Spread for ASP.NET 12 Product Documentation
DefaultStyle Property (FilterBar)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterBar Class : DefaultStyle Property
Gets or sets the default style.
Syntax
'Declaration
 
Public Property DefaultStyle As StyleInfo
'Usage
 
Dim instance As FilterBar
Dim value As StyleInfo
 
instance.DefaultStyle = value
 
value = instance.DefaultStyle
public StyleInfo DefaultStyle {get; set;}

Property Value

The default style.
See Also

Reference

FilterBar Class
FilterBar Members