Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static Dictionary<S, T> GetBatchUpdateValues<S, T>(
    string fieldName
)

Parameters

Name Type Description
fieldName String

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

Type Parameters

Name
S
T

Returns

Type Description
Dictionary<S, T>

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

See Also