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


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