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