Enumeration that determines the mode of the editor.
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public enum PropertyEditorMode |
Visual Basic |
---|
Public Enumeration PropertyEditorMode |
Members
Member name | Value | Description | |
---|---|---|---|
Edit | 0 | ||
View | 1 |
Remarks
PropertyEditorMode is used by PropertyEditorControl
to determine the mode of the Editor.