Back to Devexpress

MVCxTreeListBatchUpdateValues<T, S> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxtreelistbatchupdatevalues-2.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeListBatchUpdateValues<T, S> :
    MVCxBatchUpdateValues<T, S>
    where T : new()
vb
Public Class MVCxTreeListBatchUpdateValues(Of T As New, S)
    Inherits MVCxBatchUpdateValues(Of T, S)

Type Parameters

Name
T
S

Inheritance

Object MVCxBatchUpdateValues<T, S> MVCxTreeListBatchUpdateValues<T, S>

See Also

MVCxTreeListBatchUpdateValues<T, S> Members

DevExpress.Web.Mvc Namespace