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!

ListManager.SetSort

Sets the column to sort, and the sort direction.

[Visual Basic]
Public Sub SetSort( _
   ByVal property As PropertyDescriptor, _
   ByVal sortDirection As SortDirection _
)
[C#]
public void SetSort(
   PropertyDescriptor property,
   SortDirection sortDirection
);
[C++]
public: void SetSort(
   PropertyDescriptor* property,
   SortDirection sortDirection
);
[JScript]
public function SetSort(
   property : PropertyDescriptor,
   sortDirection : SortDirection
);

Parameters

property
A PropertyDescriptor which names the column to sort by.
sortDirection
[To be supplied.]

See Also

ListManager Class | ListManager Members | System.WinForms Namespace