Table of Contents

Class NodeBase

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

节点类基类

public abstract class NodeBase
Inheritance
NodeBase
Derived
Inherited Members
Extension Methods

Constructors

NodeBase()

protected NodeBase()

Properties

HasChildren

获得/设置 是否有子节点 默认 false 用于判断是否有子节点

public bool HasChildren { get; set; }

Property Value

bool

IsExpand

获得/设置 是否展开 默认 false

public bool IsExpand { get; set; }

Property Value

bool