Possible values for property grid sorting mode
[Visual Basic] Public Enum PropertySort [C#] public enum PropertySort [C++] public enum PropertySort
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Alphabetical | Properties are sorted as a flat, alphabetical list. |
Categorized | Properties are under category groups, which are defined by the properties themselves, and are alphabetical within those groups. |
NoSort | Properties will not be sorted, rather they will be displayed in the order that they are retrieved from the TypeDescriptor. |
Namespace: System.WinForms
Assembly: System.WinForms.dll