Skip to main content

TreeListCustomNodeSortEventArgs.Node1 Property

Gets the first node whose value is being compared.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListNode Node1 { get; }

Property Value

Type Description
TreeListNode

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

See Also