Table of Contents

Class TableCellArgs

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

单元格数据类

public class TableCellArgs
Inheritance
TableCellArgs
Inherited Members
Extension Methods

Constructors

TableCellArgs()

public TableCellArgs()

Properties

Class

获得/设置 当前单元格样式 默认 null

public string? Class { get; set; }

Property Value

string

Colspan

获得/设置 合并单元格数量 默认 0

public int Colspan { get; set; }

Property Value

int

ColumnName

获得 当前单元格绑定列名称

public string? ColumnName { get; }

Property Value

string

Row

获得 当前单元格行数据 请自行转化为绑定模型

public object? Row { get; }

Property Value

object

Value

获得/设置 当前单元格显示内容

public string? Value { get; set; }

Property Value

string

ValueTemplate

获得/设置 当前单元格内容模板

public RenderFragment? ValueTemplate { get; set; }

Property Value

RenderFragment