Skip to main content

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>.
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