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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object NodeObject { get; }

Property Value

Type Description
Object

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

See Also