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

TreeListNodeEventArgs.Node Property

Gets the node currently being processed.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that represents the processed node.

See Also