Enumeration that determines the sort method.
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public enum PropertySortType |
Visual Basic |
---|
Public Enumeration PropertySortType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Alphabetical | 1 | ||
Category | 2 | ||
SortOrderAttribute | 3 |
Remarks
PropertySortType is used by PropertyEditorControl
to determine the order for displaying properties.