Enumeration that determines the mode of the editor.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public enum PropertyEditorMode
Visual Basic
Public Enumeration PropertyEditorMode

Members

Member nameValueDescription
Edit0
View1

Remarks

PropertyEditorMode is used by PropertyEditorControl to determine the mode of the Editor.

See Also