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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
OrderedDictionary | A OrderedDictionary object that contains a dictionary of the original field name/value pairs. |
See Also