NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertySort Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace