Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / FilterBarDefaultStyle Property


In This Topic
    FilterBarDefaultStyle Property (SpreadSkin)
    In This Topic
    Gets or sets the filter bar default style of the Spread skin.
    Syntax
    'Declaration
     
    
    Public Property FilterBarDefaultStyle As NamedStyle
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As NamedStyle
     
    instance.FilterBarDefaultStyle = value
     
    value = instance.FilterBarDefaultStyle
    public NamedStyle FilterBarDefaultStyle {get; set;}
    See Also