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!

PropertyGrid.PropertySort

Sets or gets the current property sort type, which can be PropertySort.Categorized or PropertySort.Alphabetical.

[Visual Basic]
Public Property PropertySort As PropertySort
[C#]
public PropertySort PropertySort {get; set;}
[C++]
public: __property PropertySort get_PropertySort();
public: __property void set_PropertySort(PropertySort);
[JScript]
public function get PropertySort() : PropertySort;
public function set PropertySort(PropertySort);

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace