ComponentOne FlexGrid for WPF and Silverlight
CreateBottomLeftContent Method (CellFactory)

C1.Silverlight.FlexGrid Namespace > CellFactory Class : CreateBottomLeftContent Method
C1FlexGrid that owns the cell.
System.Windows.Controls.Border element that contains the header.
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 the bottom left cells.
Syntax
'Declaration
 
Public Overridable Sub CreateBottomLeftContent( _
   ByVal grid As C1FlexGrid, _
   ByVal bdr As System.Windows.Controls.Border, _
   ByVal rng As CellRange _
) 
public virtual void CreateBottomLeftContent( 
   C1FlexGrid grid,
   System.Windows.Controls.Border bdr,
   CellRange rng
)

Parameters

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

Reference

CellFactory Class
CellFactory Members