DotNetNuke 5.2
Enumeration that determines the mode of the editor.

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

Syntax

C#
public enum PropertyEditorMode
Visual Basic (Declaration)
Public Enumeration PropertyEditorMode
Visual C++
public enum class PropertyEditorMode

Members

Member nameDescription
Edit
View

Remarks

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

See Also