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

ASPxDataDeleteValues.Values Property

Gets a collection of values that have been deleted from the grid.

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 containing a deleted rows’ values.

See Also