C1.Silverlight.Olap.5
CreateColumnHeaderContent Method (C1OlapGrid.OlapCellFactory)

C1.Silverlight.FlexGrid.C1FlexGrid that owns the cell.
System.Windows.Controls.Border element that contains the header.
C1.Silverlight.FlexGrid.CellRange that specifies the row and column represented by the cell.
Sets the content of a System.Windows.Controls.Border element used to display the value of a column header cell.
Syntax
'Declaration
 
Public Overrides Sub CreateColumnHeaderContent( _
   ByVal grid As C1FlexGrid, _
   ByVal bdr As System.Windows.Controls.Border, _
   ByVal range As CellRange _
) 
public override void CreateColumnHeaderContent( 
   C1FlexGrid grid,
   System.Windows.Controls.Border bdr,
   CellRange range
)

Parameters

grid
C1.Silverlight.FlexGrid.C1FlexGrid that owns the cell.
bdr
System.Windows.Controls.Border element that contains the header.
range
C1.Silverlight.FlexGrid.CellRange that specifies the row and column represented by the cell.
See Also

Reference

C1OlapGrid.OlapCellFactory Class
C1OlapGrid.OlapCellFactory Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.