Table of Contents

Class NodeBase<TItem>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

NodeBase 泛型基类

public abstract class NodeBase<TItem> : NodeBase

Type Parameters

TItem
Inheritance
NodeBase<TItem>
Derived
Inherited Members
Extension Methods

Constructors

NodeBase()

protected NodeBase()

Properties

Value

获得/设置 当前节点值

public TItem? Value { get; set; }

Property Value

TItem