[]
        
(Showing Draft Content)

C1.Win.C1List.ListBase.C1ListBase.Sort

Sort Method

Sort(int, SortDirEnum)

Sorts a specific column for the control.

Declaration
public void Sort(int col, SortDirEnum dir)
Parameters
Type Name Description
int col

The column number identifying the column to sort.

SortDirEnum dir

The sort direction.

Sort(string, SortDirEnum)

Sorts a specific column for the control.

Declaration
public void Sort(string colName, SortDirEnum dir)
Parameters
Type Name Description
string colName

The column name identifying the column to sort.

SortDirEnum dir

The sort direction.