[]
Gets a value that determines whether to display sort symbols on a given a column header row.
public virtual bool IsSortSymbolRow(C1FlexGrid grid, CellRange rng)
Type | Name | Description |
---|---|---|
C1FlexGrid | grid | C1FlexGrid that owns the cell. |
CellRange | rng | CellRange that contains the column header row. |
Type | Description |
---|---|
bool | True if the sort symbols should be displayed on the row given by the
|