TreeListNodeValidationEventArgs.OldValues Property
Gets a dictionary that contains the original field name/value pairs in the node to validate.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
OrderedDictionary | A System.Collections.Specialized.OrderedDictionary object that contains a dictionary of the original field name/value pairs for the node to be validated. |
See Also