ASPxTreeList.GetVirtualNodeObject(TreeListNode) Method
In virtual mode, returns a data object for the specified ASPxTreeList node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v26.1.dll
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