Back to Devexpress

VerticalGridExtension.GetBatchDeleteKeys<T>() Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-getbatchdeletekeys-1.md

latest1.3 KB
Original Source

VerticalGridExtension.GetBatchDeleteKeys<T>() Method

Returns a list of keys that correspond to VerticalGrid records deleted 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> GetBatchDeleteKeys<T>()
vb
Public Shared Function GetBatchDeleteKeys(Of T) As List(Of T)

Type Parameters

Name
T

Returns

TypeDescription
List<T>

A List<T> object that stores the list of keys.

|

See Also

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace