ASPxClientGridView.GetAutoFilterEditor(column) Method
Returns the editor used to edit the value in the auto filter row for the specified data column.
Declaration
GetAutoFilterEditor(
column: ASPxClientGridViewColumn | number | string
): any
Parameters
Name | Type |
---|---|
column | string | number | ASPxClientGridViewColumn |
Returns
Type | Description |
---|---|
any | An object that represents the editor used to edit the value in the specified auto filter row cell. null (Nothing in Visual Basic) if the editor was not found. |
See Also