[]
Specifies how properties are sorted in the C1PropertyGrid.
public enum PropertySort
| Name | 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. |