Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Web

Declaration

public OrderedDictionary OldValues { get; }

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