Skip to main content
A newer version of this page is available.
All docs
V18.2

constructor(visibleIndex, rowValues, key) Constructor

Initializes a new instance of the ASPxClientGridViewBatchEditEndEditingEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    rowValues: any,
    key: any
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the visible index.

rowValues any

An object that provides the row values.

key any

An object that provides the row key.

See Also