ASPxDataBatchUpdateEventArgs Properties
Provides data for the ASPxGridBase.BatchUpdate event.
Name | Description |
---|---|
Delete |
Returns a list of deleted values. |
Handled |
Specifies whether the ASPx |
Insert |
Returns a list of inserted values. |
Update |
Returns a list of updated values. |
See Also