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

ASPxDataDeleteValues.Keys Property

Gets a collection of grid key values that correspond to the deleted rows.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public OrderedDictionary Keys { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object containing a collection of key values.

See Also