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


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