constructor(visibleIndex, recordValues, focusedRow) Constructor
Initializes a new instance of the ASPxClientVerticalGridBatchEditEndEditingEventArgs class with specified settings.
Declaration
constructor(
visibleIndex: number,
recordValues: any,
focusedRow: ASPxClientVerticalGridRow
)
Parameters
Name | Type |
---|---|
visibleIndex | number |
recordValues | any |
focusedRow | ASPxClientVerticalGridRow |
See Also