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