Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / HierBarInfo Class / BackColor Property
Example


In This Topic
    BackColor Property (HierBarInfo)
    In This Topic
    Gets or sets the background color of the hierarchy bar in the Spread component.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As HierBarInfo
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}

    Property Value

    Color object that contains the background color for the hierarchy bar
    Example
    See Also