FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellFactory Class / CreateColumnFooterContent 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.

In This Topic
    CreateColumnFooterContent Method
    In This Topic
    Sets the content of a System.Windows.Controls.Border element used to display the value of a column footer cell.
    Syntax
    'Declaration
     
    Public Overridable Sub CreateColumnFooterContent( _
       ByVal grid As C1FlexGrid, _
       ByVal bdr As Border, _
       ByVal rng As CellRange _
    ) 
    public virtual void CreateColumnFooterContent( 
       C1FlexGrid grid,
       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