Back to Devexpress

ASPxGridDataValidationEventArgs.OldValues Property

aspnet-devexpress-dot-web-dot-aspxgriddatavalidationeventargs-746d5523.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public OrderedDictionary OldValues { get; }
vb
Public ReadOnly Property OldValues As OrderedDictionary

Property Value

TypeDescription
OrderedDictionary

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

|

See Also

NewValues

ASPxGridDataValidationEventArgs Class

ASPxGridDataValidationEventArgs Members

DevExpress.Web Namespace