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

ASPxGridDataValidationEventArgs.OldValues Property

Gets a dictionary that contains the original field name/value pairs in the data item (row, card or record) to validate.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public OrderedDictionary OldValues { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object that contains a dictionary of the original field name/value pairs.

See Also