Skip to main content
A newer version of this page is available. .

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
DeleteKeys Contains a list of keys that correspond to records deleted on the client side in batch edit mode. Inherited from MVCxBatchUpdateValues<T, S>.
EditorErrors Provides access to the dictionary of data source items and the corresponding ModelStateDictionary items. Inherited from MVCxBatchUpdateValues<T, S>.
Insert Contains a list of objects that are the tree list nodes added on the client side in batch edit mode.
InsertNodes Specifies a list of inserted nodes.
Update Contains a list of data items updated on the client side in batch edit mode. Inherited from MVCxBatchUpdateValues<T, S>.
See Also