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

constructor(visibleIndex, focusedColumn, rowValues, key) Constructor

Initializes a new instance of the ASPxClientGridViewBatchEditStartEditingEventArgs class.

Declaration

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

Parameters

Name Type Description
visibleIndex number

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

focusedColumn ASPxClientGridViewColumn

An object that is the focused row.

rowValues any

An object that provides the row values.

key any

An object that provides the row’s key.

See Also