Gets the style settings used to paint items within the Filter Window.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v18.2.dll

Syntax
C# |
public PivotFilterItemStyle FilterItemStyle { get; }
|
VB |
Public ReadOnly Property FilterItemStyle As PivotFilterItemStyle
|
Property value
Type:
PivotFilterItemStyle
A PivotFilterItemStyle object that contains the style settings.

See Also