Skip to main content
All docs
V25.1
  • ASPxPivotGrid.IsFilterControlVisible Property

    Indicates whether the Filter Editor is displayed.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

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

    Property Value

    Type Default Description
    Boolean false

    true, if the filter control is displayed; otherwise, false.

    Remarks

    To check on the client side whether the Filter Editor is visible, use the ASPxClientPivotGrid.IsFilterEditorVisible method. Call the ASPxClientPivotGrid.ShowFilterEditor and ASPxClientPivotGrid.HideFilterEditor methods to show or hide the Filter Editor.

    See Also