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

TreeListCustomNodeSortEventArgs.Node2 Property

Gets the second node whose value is being compared.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public TreeListNode Node2 { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that represents the value of the second of the two nodes being compared.

See Also