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

ASPxDataUpdatedEventArgs.Keys Property

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

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 dictionary object.

See Also