ASPxClientPivotGrid.IsFilterEditorVisible Method
Indicates whether the Filter Editor is visible.
Declaration
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