DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldStyle Class / BackColor Property

In This Topic
    BackColor Property (C1FlexPivotFieldStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Property BackColor As Nullable(Of Color)
    public Nullable<Color> BackColor {get; set;}
    See Also