Skip to main content

ASPxDataDeletedEventArgs.Keys Property

Gets a dictionary of field name/value pairs that specify the primary key of the item to delete.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public OrderedDictionary Keys { get; }

Property Value

Type Description
OrderedDictionary

A dictionary object.

See Also