Class TableCellComponent
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
Table 组件单元格自定义组件
public class TableCellComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, ITableCellComponent, IDisposable
- Inheritance
-
TableCellComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
TableCellComponent()
public TableCellComponent()
Properties
Buttons
获得/设置 Table 扩展按钮集合实例
[CascadingParameter]
protected TableExtensionButton? Buttons { get; set; }
Property Value
ChildContent
获得/设置 子组件
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
IsShow
获得/设置 是否显示 默认 true 显示
[Parameter]
public bool IsShow { get; set; }
Property Value
Remarks
一般是通过 context 进行业务判断是否需要显示功能按钮
Methods
Dispose()
public void Dispose()
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
OnInitialized()
protected override void OnInitialized()