Skip to main content

Prefilter.IsPrefilterFormShowing Property

Gets a value indicating whether the Prefilter editor is currently displayed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
public bool IsPrefilterFormShowing { get; }

Property Value

Type Description
Boolean

true if the Prefilter is displayed; otherwise, false.

Remarks

Use the IsPrefilterFormShowing method to determine whether the Prefilter form is currently displayed, for example, to change its visibility. To toggle the visibility of the Prefilter editor, the Prefilter.ChangePrefilterVisible method should be used.

See Also