C1.Win.Input.MultiColumnCombo Namespace / ISupportSorting Interface / Sort Method / Sort(String,SortDirection) Method
Column to sort on.
SortDirection value that specifies the sort direction.

In This Topic
Sort(String,SortDirection) Method
In This Topic
Sorts the view contents based on a column.
Syntax
'Declaration
 
Overloads Sub Sort( _
   ByVal columnName As String, _
   ByVal direction As SortDirection _
) 
 

Parameters

columnName
Column to sort on.
direction
SortDirection value that specifies the sort direction.
See Also