<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapConditionalFieldStyle Class / BackColor Property

In This Topic
    BackColor Property (C1OlapConditionalFieldStyle)
    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