Skip to main content
All docs
V25.1
  • constructor(visibleIndex, recordValues, focusedRow) Constructor

    Initializes a new instance of the ASPxClientVerticalGridBatchEditEndEditingEventArgs class with specified settings.

    Declaration

    constructor(
        visibleIndex: number,
        recordValues: any,
        focusedRow: ASPxClientVerticalGridRow
    )

    Parameters

    Name Type
    visibleIndex number
    recordValues any
    focusedRow ASPxClientVerticalGridRow
    See Also