[]
        
(Showing Draft Content)

C1.Win.List.C1Combo.Sort

Sort Method

Sort(int, SortDirEnum)

Sorts a specific column for the control.

Declaration
public void Sort(int col, SortDirEnum dir)
Public Sub Sort(col As Integer, dir As SortDirEnum)
Parameters
Type Name Description
int col
SortDirEnum dir

Sort(string, SortDirEnum)

Sorts a specific column for the control.

Declaration
public void Sort(string colName, SortDirEnum dir)
Public Sub Sort(colName As String, dir As SortDirEnum)
Parameters
Type Name Description
string colName
SortDirEnum dir