Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / BackColor Property


In This Topic
    BackColor Property (ListItemInfo)
    In This Topic
    Gets or sets the background color.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    'Usage
     
    
    Dim instance As ListItemInfo
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public virtual Color BackColor {get; set;}

    Property Value

    A System.Drawing.Color that represents the background color of the ListItemInfo object.
    See Also