FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldStyle Class / BackColor Property

In This Topic
    BackColor Property (PivotFieldStyle)
    In This Topic
    Gets or sets the color used to paint the background of cells in this field.
    Syntax
    'Declaration
     
    Public Property BackColor As Nullable(Of Color)
    public Nullable<Color> BackColor {get; set;}
    See Also