Skip to main content
All docs
V25.1
  • 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