Table of Contents

Class TableCellButtonArgs

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

单元格内按钮组件

public class TableCellButtonArgs : ITableCellButton, ITableCellComponent
Inheritance
TableCellButtonArgs
Implements
Inherited Members
Extension Methods

Constructors

TableCellButtonArgs()

public TableCellButtonArgs()

Properties

AutoRenderTableWhenClick

获得/设置 点击按钮是否重新渲染 Table 组件 默认 false 不重新渲染 设置 true 时会调用 QueryAsync(int?) 方法,触发 OnQueryAsync 回调

public bool AutoRenderTableWhenClick { get; set; }

Property Value

bool

AutoSelectedRowWhenClick

获得/设置 点击按钮是否选中正行 默认 true 选中

public bool AutoSelectedRowWhenClick { get; set; }

Property Value

bool