Specifies how properties are sorted in the C1PropertyGrid.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
C# |
---|
public enum PropertySort |
Visual Basic |
---|
Public Enumeration PropertySort |
Members
Member name | Value | Description | |
---|---|---|---|
NoSort | 0 | Properties are displayed in the order in which they are retrieved from the TypeDescriptor. | |
Alphabetical | 1 | Properties are sorted in an alphabetical list. | |
Categorized | 2 | Properties are displayed according to their category. | |
CategorizedAlphabetical | 3 | Properties are displayed according to their category. The properties are further sorted alphabetically within the category. | |
CategorizedCustom | 4 | Properties are displayed according to their category. The properties are further sorted according to the order assigned by the user. | |
Custom | 5 | Properties are displayed according to the order assigned by the user. |