DefaultStyleName Property (FilterBar)
In This Topic
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
See Also