Skip to main content
A newer version of this page is available. .

constructor(visibleIndex, rowValues, key) Constructor

Initializes a new instance of the ASPxClientGridViewBatchEditRowDeletingEventArgs class.

Declaration

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

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the row’s visible index.

rowValues any

An object that provides row values.

key any

An object that is the row’s key.

See Also