Skip to main content
All docs
V25.1
  • ASPxClientPivotGrid.IsFilterEditorVisible Method

    Indicates whether the Filter Editor is visible.

    #Declaration

    TypeScript
    IsFilterEditorVisible(): boolean

    #Returns

    Type Description
    boolean

    true, if the Filter Editor is visible; otherwise, false.

    #Remarks

    Use the ASPxClientPivotGrid.ShowFilterEditor or ASPxClientPivotGrid.HideFilterEditor methods to show or hide the Filter Editor, respectively.

    See Also