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

PrefilterBase.State Property

Gets the Prefilter state that indicates whether the Prefilter expression is valid.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[Browsable(false)]
public PrefilterState State { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.PrefilterState

A PrefilterState value that is the Prefilter state indicating whether the Prefilter expression is valid.

See Also