Back to Devexpress

ASPxClientFilterControl.GetEditor(index, valueIndex) Method

aspnet-js-aspxclientfiltercontrol-dot-geteditor-x28-index-valueindex-x29.md

latest813 B
Original Source

ASPxClientFilterControl.GetEditor(index, valueIndex) Method

Returns the editor used to edit the specified values.

Declaration

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

Parameters

NameTypeDescription
indexnumber

The index of the filter condition.

| | valueIndex | number |

The index of the value in the specified filter condition.

|

Returns

TypeDescription
ASPxClientEditBase

The editor.

|

Remarks

js
clientFilterControl.GetEditor(1,0);

See Also

ASPxClientFilterControl Class

ASPxClientFilterControl Members