Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBar Class / DefaultStyle Property


In This Topic
DefaultStyle Property (FilterBar)
In This Topic
Gets or sets the default style information for the filter bar items in the filter bar.
Syntax
'Declaration
 
Public Property DefaultStyle As StyleInfo
 
'Usage
 
Dim instance As FilterBar
Dim value As StyleInfo
 
instance.DefaultStyle = value
 
value = instance.DefaultStyle
See Also