ASPxClientFilterControl.GetEditor(index, valueIndex) Method
In This Article
Returns the editor used to edit the specified values.
#Declaration
TypeScript
GetEditor(
index: number,
valueIndex: number
): ASPxClientEditBase
#Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the filter condition. |
value |
number | The index of the value in the specified filter condition. |
#Returns
Type | Description |
---|---|
ASPx |
The editor. |
#Remarks
clientFilterControl.GetEditor(1,0);
See Also