FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellFactory Class / IsSortSymbolRow Method
C1FlexGrid that owns the cell.
CellRange that contains the column header row.

In This Topic
    IsSortSymbolRow Method
    In This Topic
    Gets a value that determines whether to display sort symbols on a given a column header row.
    Syntax
    'Declaration
     
    Public Overridable Function IsSortSymbolRow( _
       ByVal grid As C1FlexGrid, _
       ByVal rng As CellRange _
    ) As Boolean
    public virtual bool IsSortSymbolRow( 
       C1FlexGrid grid,
       CellRange rng
    )

    Parameters

    grid
    C1FlexGrid that owns the cell.
    rng
    CellRange that contains the column header row.

    Return Value

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