Table of Contents

Class TableColumnContext<TItem, TValue>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

TableColumn 上下文类

public class TableColumnContext<TItem, TValue>

Type Parameters

TItem
TValue
Inheritance
TableColumnContext<TItem, TValue>
Inherited Members
Extension Methods

Constructors

TableColumnContext(TItem, TValue)

TableColumn 上下文类

public TableColumnContext(TItem model, TValue value)

Parameters

model TItem
value TValue

Properties

Row

获得/设置 行数据实例

public TItem Row { get; }

Property Value

TItem

Value

获得/设置 当前绑定字段数据实例

public TValue Value { get; }

Property Value

TValue