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 );
ListManager Class | ListManager Members | System.WinForms Namespace