Skip to main content

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