Back to Devexpress

MVCxBatchUpdateValues<T, S> Class

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

latest2.6 KB
Original Source

MVCxBatchUpdateValues<T, S> Class

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

Declaration

csharp
public class MVCxBatchUpdateValues<T, S>
    where T :
    new()
vb
Public Class MVCxBatchUpdateValues(Of T As New, S)

Type Parameters

NameDescription
T

The type of items.

| | S |

The type of item keys.

|

Inheritance

Show 16 items

Object MVCxBatchUpdateValues<T, S> MVCxBatchUpdateValues<T>

MVCxDiagramItemUpdateValues<TItem, TKey>

MVCxGanttItemUpdateValues<TItem, TKey>

MVCxGridBatchUpdateValues<T>

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

MVCxBatchUpdateValues<T, S> Members

DevExpress.Web.Mvc Namespace