Skip to main content

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

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