Back to Devexpress

MVCxBatchUpdateValues<T> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxbatchupdatevalues-1.md

latest1.3 KB
Original Source

MVCxBatchUpdateValues<T> Class

Contains all the changes that are synchronized between the client and the server side when the extension 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 MVCxBatchUpdateValues<T> :
    MVCxBatchUpdateValues<T, dynamic>
    where T : new()
vb
Public Class MVCxBatchUpdateValues(Of T As New)
    Inherits MVCxBatchUpdateValues(Of T, Object)

Type Parameters

NameDescription
T

The type of items.

|

Inheritance

Object MVCxBatchUpdateValues<T, Object> MVCxBatchUpdateValues<T>

See Also

MVCxBatchUpdateValues<T> Members

DevExpress.Web.Mvc Namespace