Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxGridViewBatchUpdateValues<T> :
    MVCxGridBatchUpdateValues<T>
    where T : new()

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