Skip to main content
A newer version of this page is available. .

PivotGridStyles.FilterItemStyle Property

Gets the style settings used to paint items within the filter window.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotFilterItemStyle FilterItemStyle { get; }

Property Value

Type Description
PivotFilterItemStyle

A PivotFilterItemStyle object that contains the style settings.

See Also