ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / Sort Method / Sort(String,SortDirEnum) Method
The column name identifying the column to sort.
The sort direction.

In This Topic
    Sort(String,SortDirEnum) Method
    In This Topic
    Sorts a specific column for the control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort( _
       ByVal colName As String, _
       ByVal dir As SortDirEnum _
    ) 
    public void Sort( 
       string colName,
       SortDirEnum dir
    )

    Parameters

    colName
    The column name identifying the column to sort.
    dir
    The sort direction.
    See Also