[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.CreateColumnHeaderContent

CreateColumnHeaderContent Method

CreateColumnHeaderContent(C1FlexGrid, Border, CellRange)

Sets the content of a Border element used to display the value of a column header cell.

Declaration
public virtual void CreateColumnHeaderContent(C1FlexGrid grid, Border bdr, CellRange rng)
Public Overridable Sub CreateColumnHeaderContent(grid As C1FlexGrid, bdr As Border, rng As CellRange)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that owns the cell.

Border bdr

Border element that contains the header.

CellRange rng

CellRange that specifies the row and column represented by the cell.