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

ASPxDataDeletingEventArgs.Values Property

Gets a dictionary of the non-key field name/value pairs for the row to delete.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public OrderedDictionary Values { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object that contains a dictionary of the non-key field name/value pairs for the row to delete.

Remarks

Note

To set or get a value for a row, use a field name of a corresponding column.

See Also