Back to Devexpress

VerticalGridExtension.GetBatchInsertValues<T>(String) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-getbatchinsertvalues-1-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static List<T> GetBatchInsertValues<T>(
    string fieldName
)
vb
Public Shared Function GetBatchInsertValues(Of T)(
    fieldName As String
) As List(Of T)

Parameters

NameTypeDescription
fieldNameString

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

|

Type Parameters

Name
T

Returns

TypeDescription
List<T>

A List<T> object that stores a list of values that have been added on the client side.

|

See Also

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace