ASPxClientGridView.SetSearchPanelCustomEditor(editor) Method
In This Article
Specifies a custom editor for the search panel on the client side.
#Declaration
TypeScript
SetSearchPanelCustomEditor(
editor: ASPxClientEdit
): void
#Parameters
Name | Type | Description |
---|---|---|
editor | ASPx |
An ASPx |
See Also