Spread Windows Forms 12.0 Product Documentation
DefaultStyleName Property (FilterBar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FilterBar Class : DefaultStyleName Property
Gets or sets the name of the default style for the filter bar.
Syntax
'Declaration
 
Public Property DefaultStyleName As String
'Usage
 
Dim instance As FilterBar
Dim value As String
 
instance.DefaultStyleName = value
 
value = instance.DefaultStyleName
public string DefaultStyleName {get; set;}
Exceptions
ExceptionDescription
Specified style (NamedStyle object) could not be found in the collection
See Also

Reference

FilterBar Class
FilterBar Members