Skip to main content

TreeListVirtualNodeEventArgs.NodeObject Property

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

Namespace: DevExpress.Web.ASPxTreeList

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