Skip to main content

BootstrapTreeViewVirtualNode Class

A virtual equivalent of the ASPxTreeView’s TreeViewNode object.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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.

See Also