ASPxDataUpdatedEventArgs.OldValues Property
Gets a dictionary that contains the original field name/value pairs for the updated records.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
OrderedDictionary | A dictionary object. |
Remarks
The OldValues property is populated with the original values of all the field name/value pairs in the item. This dictionary contains all fields in the item, including the key fields.
To access a value for an item, use the name of a corresponding field.
See Also