DotNetNuke 5.2
Enumeration that determines the sort method.

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

Syntax

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

Members

Member nameDescription
None
Alphabetical
Category
SortOrderAttribute

Remarks

PropertySortType is used by PropertyEditorControl to determine the order for displaying properties.

See Also