ComponentOne FlexGrid for UWP
IsSortSymbolRow Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellFactory Class : IsSortSymbolRow Method
C1FlexGrid that owns the cell.
CellRange that contains the column header row.
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 System.Boolean
public virtual System.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

Reference

CellFactory Class
CellFactory Members