Skip to main content
A newer version of this page is available. .

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 ASPxClientGridViewColumn | number | string

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