Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / FilterBarBackColor Property


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