FlexGrid for WinRT
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellFactory Class
CellFactory Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback