FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ShowSortAt Method
SortFlags value that specifies the glyph to display.
Column index.

In This Topic
    ShowSortAt Method (C1FlexGridBase)
    In This Topic
    Shows the sorting glyph on a column header.
    Syntax
    'Declaration
     
    
    Public Sub ShowSortAt( _
       ByVal order As SortFlags, _
       ByVal col As Integer _
    ) 
    public void ShowSortAt( 
       SortFlags order,
       int col
    )

    Parameters

    order
    SortFlags value that specifies the glyph to display.
    col
    Column index.
    Remarks
    This method is useful if you want to perform custom sorting and need control over the appearance and position of the sorting glyph (the little triangle that appears on the header of sorted columns).
    See Also