FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / BasePropStyle Class / BackColor Property

In This Topic
    BackColor Property (BasePropStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the background.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    public virtual Color BackColor {get; set;}
    See Also