Skip to main content
A newer version of this page is available. .

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

Declaration

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

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