ASPxClientGridView.SetSearchPanelCustomEditor(editor) Method
Specifies a custom editor for the search panel on the client side.
Declaration
SetSearchPanelCustomEditor(
editor: ASPxClientEdit
): void
Parameters
Name | Type | Description |
---|---|---|
editor | ASPxClientEdit | An ASPxClientEdit object representing a custom editor. |
See Also