Skip to main content

constructor(visibleIndex, focusedRow, recordValues) Constructor

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

Declaration

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

Parameters

Name Type Description
visibleIndex number

The record’s visible index. This value is assigned to the ASPxClientVerticalGridBatchEditRecordValidatingEventArgs.visibleIndex property.

focusedRow ASPxClientVerticalGridRow

An ASPxClientVerticalGridRow object that is the focused grid row. This value is assigned to the ASPxClientVerticalGridBatchEditStartEditingEventArgs.focusedRow property.

recordValues any

A hashtable that stores information about editable cells. This value is assigned to the ASPxClientVerticalGridBatchEditStartEditingEventArgs.recordValues property.

See Also