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

ASPxDataDeletedEventArgs.Values Property

Gets a dictionary of the non-key field name/value pairs for the item to be deleted.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.2.dll

Declaration

public OrderedDictionary Values { get; }

Property Value

Type Description
OrderedDictionary

A dictionary object.

Remarks

To access a value for an item, use the name of a corresponding field.

See Also