Table of Contents

Interface IColumnCollection

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

列集合接口

public interface IColumnCollection
Extension Methods

Properties

Columns

获得 ITableColumn 集合

List<ITableColumn> Columns { get; }

Property Value

List<ITableColumn>