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

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.v19.2.dll

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