MVCxBatchUpdateValues<T, S> Properties
Contains all the changes that are synchronized between the client and the server side when the extension functions in batch edit mode.
Name | Description |
---|---|
Delete |
Contains a list of keys that correspond to records deleted on the client side in batch edit mode. |
Editor |
Provides access to the dictionary of data source items and the corresponding Model |
Insert | Contains a list of objects that are the records added on the client side in batch edit mode. |
Update | Contains a list of data items updated on the client side in batch edit mode. |
See Also