Enumeration that determines the sort method.

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

Syntax

C#
public enum PropertySortType
Visual Basic
Public Enumeration PropertySortType

Members

Member nameValueDescription
None0
Alphabetical1
Category2
SortOrderAttribute3

Remarks

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

See Also