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

ASPxTreeList.GetVirtualNodeObject(TreeListNode) Method

Returns a data object for the specified node when an ASPxTreeList operates in virtual mode.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public object GetVirtualNodeObject(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object that represents the node.

Returns

Type Description
Object

A data object that represents the specified node.

See Also