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

Prefilter.IsPrefilterFormShowing Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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