Skip to main content

ASPxClientTreeList.GetAutoFilterEditor(column) Method

Returns the editor used to edit the value in the auto filter row for the specified data column.

Declaration

GetAutoFilterEditor(
    column: ASPxClientTreeListColumn | number | string
): any

Parameters

Name Type Description
column string | number | ASPxClientTreeListColumn

An ASPxClientTreeListColumn object that represents the data column within the ASPxTreeList.

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.

Remarks

For more information, see Filtering.

See Also