MVCxTreeListBatchUpdateValues<T, S> Class
Contains all the changes that are synchronized between the client and the server side when the TreeList functions in batch edit mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public class MVCxTreeListBatchUpdateValues<T, S> :
MVCxBatchUpdateValues<T, S>
where T : new()
Type Parameters
| Name |
|---|
| T |
| S |
Inheritance
Object
MVCxBatchUpdateValues<T, S>
MVCxTreeListBatchUpdateValues<T, S>
See Also