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

ASPxClientFilterControl.GetEditor(index, valueIndex) Method

Returns the editor used to edit the specified values.

Declaration

GetEditor(
    index: number,
    valueIndex: number
): ASPxClientEditBase

Parameters

Name Type Description
index number

The index of the filter condition.

valueIndex number

The index of the value in the specified filter condition.

Returns

Type Description
ASPxClientEditBase

The editor.

Remarks

clientFilterControl.GetEditor(1,0);
See Also