Sets the content of a Border element used to display the value of a row header cell.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public virtual void CreateTopLeftContent( C1FlexGrid grid, Border bdr, CellRange rng ) |
Visual Basic |
---|
Public Overridable Sub CreateTopLeftContent ( _ grid As C1FlexGrid, _ bdr As Border, _ rng As CellRange _ ) |
Parameters
- grid
- Type: C1.Silverlight.FlexGrid..::..C1FlexGrid
C1FlexGrid that owns the cell.
- bdr
- Type: System.Windows.Controls..::..Border
Border element that contains the header.
- rng
- Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange that specifies the row and column represented by the cell.