[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.IsSortSymbolRow

IsSortSymbolRow Method

IsSortSymbolRow(C1FlexGrid, CellRange)

Gets a value that determines whether to display sort symbols on a given a column header row.

Declaration
public virtual bool IsSortSymbolRow(C1FlexGrid grid, CellRange rng)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that owns the cell.

CellRange rng

CellRange that contains the column header row.

Returns
Type Description
bool

True if the sort symbols should be displayed on the row given by the rng parameter.