ASPxClientCardViewBatchEditCardChangesCancelingEventArgs Members
Contains data for the BatchEditCardChangesCanceling event.Constructors
| Name | Description |
|---|---|
| constructor(visibleIndex, cardValues) | Initializes a new instance of the ASPxClientCardViewBatchEditCardChangesCancelingEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| cardValues | Gets a hash table that stores information about the processed card’s values. |
| visibleIndex | Gets the processed card’s visible index. |
See Also