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

TreeListVirtualNodeEventArgs.NodeObject Property

Gets the object that corresponds to the node currently being created.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public object NodeObject { get; }

Property Value

Type Description
Object

An object that corresponds to the processed node in a tree.

See Also