'Declaration
Public Enum PropertySort Inherits System.Enum
public enum PropertySort : System.Enum
'Declaration
Public Enum PropertySort Inherits System.Enum
public enum PropertySort : System.Enum
Member | Description |
---|---|
Alphabetical | Properties are sorted in an alphabetical list. |
Categorized | Properties are displayed according to their category. |
CategorizedAlphabetical | Properties are displayed according to their category. The properties are further sorted alphabetically within the category. |
CategorizedCustom | Properties are displayed according to their category. The properties are further sorted according to the order assigned by the user. |
Custom | Properties are displayed according to the order assigned by the user. |
NoSort | Properties are displayed in the order in which they are retrieved from the TypeDescriptor. |
System.Object
System.ValueType
System.Enum
C1.WPF.Extended.PropertySort