Interface IColumnCollection
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
列集合接口
public interface IColumnCollection
- Extension Methods
Properties
Columns
获得 ITableColumn 集合
List<ITableColumn> Columns { get; }
列集合接口
public interface IColumnCollection
获得 ITableColumn 集合
List<ITableColumn> Columns { get; }