ASPxClientGridView.CloseFilterControl Method
In This Article
Hides the Filter Control.
#Declaration
TypeScript
CloseFilterControl(): void
#Remarks
To show the Filter Control, use the ASPxClientGridView.ShowFilterControl method.
See Also