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

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

Declaration

public IDictionary OldValues { get; set; }

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