BootstrapTreeViewVirtualNode Class
In This Article
A virtual equivalent of the ASPxTreeView’s TreeViewNode object.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapTreeViewVirtualNode :
BootstrapTreeViewNode,
ITreeViewVirtualNode
#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