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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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