Skip to main content
All docs
V24.1

ASPxClientVerticalGridBatchEditRecordChangesCancelingEventArgs Members

Contains data for the BatchEditRecordChangesCanceling event.

Constructors

Name Description
constructor(visibleIndex, recordValues) Initializes a new instance of the ASPxClientVerticalGridBatchEditRecordChangesCancelingEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
recordValues Gets a hash table that stores information about the processed record’s values.
visibleIndex Gets the processed record’s visible index.
See Also