Skip to main content

constructor(visibleIndex, recordValues) Constructor

Initializes a new instance of the ASPxClientVerticalGridBatchEditRecordDeletingEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    recordValues: any
)

Parameters

Name Type Description
visibleIndex number

The record’s visible index.

recordValues any

A hashtable that stores information about the processed record’s cells.

See Also