LinqServerModeDataSourceEditEventArgs.OldValues Property
Gets a dictionary that contains the original field name/value pairs for the processed row.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
IDictionary | A IDictionary-supported object that contains a dictionary of the original field name/value pairs for the processed record. |
Remarks
The OldValues property is automatically populated with the original values of all the field name/value pairs in the row. This dictionary contains all fields in the row, including the key fields.
See Also