Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / FilterBarHeaderBackColor Property
Example


In This Topic
    FilterBarHeaderBackColor Property
    In This Topic
    Gets the background color of the filter bar header in the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterBarHeaderBackColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.FilterBarHeaderBackColor
    public Color FilterBarHeaderBackColor {get;}
    Example
    This example gets the FilterBarHeaderBackColor property.
    See Also