TreeListCustomNodeSortEventArgs.Node2 Property
In This Article
Gets the second node whose value is being compared.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListNode Node2 { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also