MVCxTreeListBatchUpdateValues<T, S> Properties
Contains all the changes that are synchronized between the client and the server side when the TreeList 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.
Inherited from MVCx |
Editor |
Provides access to the dictionary of data source items and the corresponding Model |
Insert |
Specifies a list of inserted nodes. |
Update |
Contains a list of data items updated on the client side in batch edit mode.
Inherited from MVCx |
See Also