FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ColumnFooterBackground Property

In This Topic
    ColumnFooterBackground Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush of the column footer background.
    Syntax
    'Declaration
     
    Public Property ColumnFooterBackground As Brush
    public Brush ColumnFooterBackground {get; set;}
    See Also