ASPxGridDataValidationEventArgs.OldValues Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public OrderedDictionary OldValues { get; }
#Property Value
Type | Description |
---|---|
Ordered |
A Ordered |
See Also