aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxbatchupdatevalues-2.md
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
public class MVCxBatchUpdateValues<T, S>
where T :
new()
Public Class MVCxBatchUpdateValues(Of T As New, S)
| Name | Description |
|---|---|
| T |
The type of items.
| | S |
The type of item keys.
|
Show 16 items
Object MVCxBatchUpdateValues<T, S> MVCxBatchUpdateValues<T>
MVCxDiagramItemUpdateValues<TItem, TKey>
MVCxGanttItemUpdateValues<TItem, TKey>
MVCxGridBatchUpdateValues<T, S>
MVCxTreeListBatchUpdateValues<T, S>
MVCxGanttTaskUpdateValues<TTask, TKey>
MVCxDiagramNodeUpdateValues<TNode, TKey>
MVCxGanttDependencyUpdateValues<TDependency, TKey>
MVCxGanttResourceAssignmentUpdateValues<TAssignment, TKey>
MVCxGanttResourceUpdateValues<TResource, TKey>
MVCxDiagramEdgeUpdateValues<TEdge, TKey>
MVCxGridViewBatchUpdateValues<T>
MVCxGridViewBatchUpdateValues<T, S>
See Also