Table of Contents

Class TableTreeNode<TItem>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Table 组件树状结构类

public class TableTreeNode<TItem> : NodeBase<TItem>, IExpandableNode<TItem>

Type Parameters

TItem
Inheritance
NodeBase<TItem>
TableTreeNode<TItem>
Implements
Inherited Members
Extension Methods

Constructors

TableTreeNode(TItem)

构造函数

public TableTreeNode(TItem item)

Parameters

item TItem

Properties

Items

获得/设置 子节点集合

public IEnumerable<TableTreeNode<TItem>>? Items { get; set; }

Property Value

IEnumerable<TableTreeNode<TItem>>

Parent

获得/设置 父级节点

public TableTreeNode<TItem>? Parent { get; set; }

Property Value

TableTreeNode<TItem>