Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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