ASPxTreeList.GetVirtualNodeObject(TreeListNode) Method
In This Article
Returns a data object for the specified node when an ASPxTreeList operates in virtual mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public object GetVirtualNodeObject(
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A Tree |
#Returns
Type | Description |
---|---|
Object | A data object that represents the specified node. |
See Also