Skip to main content
A newer version of this page is available. .

CardViewExtension.GetBatchDeleteKeys<T>() Method

Returns a list of keys that correspond to CardView records deleted on the client side in batch edit mode.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static List<T> GetBatchDeleteKeys<T>()

Type Parameters

Name
T

Returns

Type Description
List<T>

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

See Also