[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.ShowSortAt

ShowSortAt Method

ShowSortAt(SortFlags, int)

Shows the sorting glyph on a column header.

Declaration
public void ShowSortAt(SortFlags order, int col)
Parameters
Type Name Description
SortFlags order

SortFlags value that specifies the glyph to display.

int 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).