VerticalGridExtension.GetBatchInsertValues<T>(String) Method
Returns a list of values added to the specified row on the client side in batch edit mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
---|
T |
Returns
Type | Description |
---|---|
List<T> | A List<T> object that stores a list of values that have been added on the client side. |
See Also