BootstrapTreeViewVirtualNode Class
A virtual equivalent of the ASPxTreeView’s TreeViewNode object.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Remarks
In virtual mode, nodes should be created in the VirtualModeCreateChildren event handler. If a node has no children in virtual mode, set the TreeViewVirtualNode.IsLeaf property to true, to hide the expand button for this node.
Inheritance
Object
StateManager
CollectionItem
TreeViewNode
BootstrapTreeViewNode
BootstrapTreeViewVirtualNode
See Also