Skip to content

Commit 3828963

Browse files
authored
doc(TableToolbarButton): update xml documentation (#7635)
* doc(TableToolbarButton): 更新文档注释 * refactor: 更新注释 * doc: 增加接口文档
1 parent ee579b4 commit 3828963

5 files changed

Lines changed: 97 additions & 128 deletions

File tree

src/BootstrapBlazor/Components/Table/IToolbarComponent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ public interface IToolbarComponent
1515
/// <para lang="zh">获得/设置 是否显示,默认为 true 显示</para>
1616
/// <para lang="en">Gets or sets whether to display. Default is true</para>
1717
/// </summary>
18+
/// <remarks>可用于权限控制按钮是否显示</remarks>
1819
bool IsShow { get; set; }
1920
}

0 commit comments

Comments
 (0)