Skip to main content
All docs
V19.1

ASPxClientFilterControl.GetEditor(editorIndex) Method

Returns the editor used to edit operand values for the specified filter column.

Declaration

GetEditor(
    editorIndex: number
): ASPxClientEditBase

Parameters

Name Type Description
editorIndex number

An integer value that identifies the filter column by its index within the collection.

Returns

Type Description
ASPxClientEditBase

An ASPxClientEditBase descendant that represents the editor used to edit operand values for the specified filter column.

Remarks

By default, the ASPxFilterControl automatically creates editors based on a filter column’s data type. For instance, the ASPxDateEdit editor is used to edit DateTime values.

See Also