ASPxClientGridView.GetAutoFilterEditor(column) Method
In This Article
Returns the editor used to edit the value in the auto filter row for the specified data column.
#Declaration
TypeScript
GetAutoFilterEditor(
column: ASPxClientGridViewColumn | number | string
): any
#Parameters
Name | Type |
---|---|
column | string | number | ASPx |
#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