ASPxDataBatchUpdateEventArgs Properties
Provides data for the ASPxGridBase.BatchUpdate event.| Name | Description |
|---|---|
| DeleteValues | Returns a list of deleted values. |
| Handled | Specifies whether the ASPxGridBase.BatchUpdate event is handled. |
| InsertValues | Returns a list of inserted values. |
| UpdateValues | Returns a list of updated values. |
See Also