ASPxClientPivotGrid.IsFilterEditorVisible Method
In This Article
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