Back to Devexpress

MVCxGridViewBatchUpdateValues<T, S> Class

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

latest1.6 KB
Original Source

MVCxGridViewBatchUpdateValues<T, S> 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 MVCxGridViewBatchUpdateValues<T, S> :
    MVCxGridBatchUpdateValues<T, S>
    where T : new()
vb
Public Class MVCxGridViewBatchUpdateValues(Of T As New, S)
    Inherits MVCxGridBatchUpdateValues(Of T, S)

Type Parameters

Name
T
S

Remarks

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

Inheritance

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

See Also

MVCxGridViewBatchUpdateValues<T, S> Members

Batch Edit

DevExpress.Web.Mvc Namespace