Skip to main content
All docs
V19.2

ASPxPivotGrid.IsPrefilterPopupVisible Property

Gets or sets whether the Filter Editor (Prefilter) is visible.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(false)]
public bool IsPrefilterPopupVisible { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show the Prefilter; otherwise, false.

Remarks

To show or hide the filter editor on the client-side, use the ASPxClientPivotGrid.ShowPrefilter and ASPxClientPivotGrid.HidePrefilter methods, respectively. To obtain whether the Prefilter is visible, use the ASPxClientPivotGrid.IsPrefilterVisible client-side method.

To access the Prefilter’s settings, use the ASPxPivotGrid.Prefilter property.

See Also