ASPxPivotGrid.IsFilterControlVisible Property
Indicates whether the Filter Editor is displayed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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