Back to Devexpress

VerticalGridExtension.GetBatchUpdateValues<S, T>(String) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-getbatchupdatevalues-2-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

VerticalGridExtension.GetBatchUpdateValues<S, T>(String) Method

Returns a dictionary containing record keys and new values updated in the specified row on the client side in batch edit mode.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static Dictionary<S, T> GetBatchUpdateValues<S, T>(
    string fieldName
)
vb
Public Shared Function GetBatchUpdateValues(Of S, T)(
    fieldName As String
) As Dictionary(Of S, T)

Parameters

NameTypeDescription
fieldNameString

A String value that specifies the name of the data source field or a model property.

|

Type Parameters

Name
S
T

Returns

TypeDescription
Dictionary<S, T>

A Dictionary<TKey,TValue> object that stores the record keys and new values.

|

See Also

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace