FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / FilterBarHeaderDefaultStyle Property


In This Topic
FilterBarHeaderDefaultStyle Property
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
See Also