Skip to main content
A newer version of this page is available. .

constructor(visibleIndex, recordValues) Constructor

Initializes a new instance of the ASPxClientVerticalGridBatchEditRecordDeletingEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    recordValues: any
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the processed record’s visible index.

recordValues any

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

See Also