ASPxClientTreeList.ShowFilterControl Method
In This Article
Displays the Filter Control.
#Declaration
TypeScript
ShowFilterControl(): void
#Remarks
To hide the Filter Control, use the ASPxClientTreeList.CloseFilterControl method.
For more information, see Filtering.
See Also