FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / FooterCellStyle Property

In This Topic
    FooterCellStyle Property
    In This Topic
    Gets or sets a CellStyle that defines the appearance of the column footer cells in this column.
    Syntax
    'Declaration
     
    Public Property FooterCellStyle As CellStyle
    public CellStyle FooterCellStyle {get; set;}
    See Also