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

constructor(visibleIndex, recordValues) Constructor

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

Declaration

constructor(
    visibleIndex: number,
    recordValues: any
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the visible index of the record. This value is assigned to the ASPxClientVerticalGridBatchEditEndEditingEventArgs.visibleIndex property.

recordValues any

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

See Also