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!

TreeView.Sorted

The Sorted property determines if nodes in the tree view are sorted.

[Visual Basic]
Public Property Sorted As Boolean
[C#]
public bool Sorted {get; set;}
[C++]
public: __property bool get_Sorted();
public: __property void set_Sorted(bool);
[JScript]
public function get Sorted() : Boolean;
public function set Sorted(Boolean);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace