Back to Devexpress

MVCxGridBatchUpdateValues<T> Class

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

latest1.6 KB
Original Source

MVCxGridBatchUpdateValues<T> Class

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

Type Parameters

Name
T

Remarks

Refer to the Batch Editing article to learn about using objects of this class.

Inheritance

Object MVCxBatchUpdateValues<T, Object> MVCxGridBatchUpdateValues<T> MVCxGridViewBatchUpdateValues<T>

See Also

MVCxGridBatchUpdateValues<T> Members

Batch Edit

DevExpress.Web.Mvc Namespace