Back to Devexpress

BootstrapTreeViewVirtualNode Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6de80d77.md

latest1.7 KB
Original Source

BootstrapTreeViewVirtualNode Class

A virtual equivalent of the ASPxTreeView’s TreeViewNode object.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapTreeViewVirtualNode :
    BootstrapTreeViewNode,
    ITreeViewVirtualNode
vb
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

BootstrapTreeViewVirtualNode Members

Tree View

DevExpress.Web.Bootstrap Namespace