Skip to main content

TreeListNodeEventArgs.Node Property

Gets the node currently being processed.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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