A newer version of this page is available.
Switch to the current version.
BootstrapTreeViewVirtualNode Class
A virtual equivalent of the ASPxTreeView's TreeViewNode object.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapTreeViewVirtualNode :
BootstrapTreeViewNode,
ITreeViewVirtualNode
Public Class BootstrapTreeViewVirtualNode
Inherits BootstrapTreeViewNode
Implements 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
Feedback