Table of Contents

Class ColumnVisibleItem

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Table 组件列可见性类

public class ColumnVisibleItem
Inheritance
ColumnVisibleItem
Inherited Members
Extension Methods

Constructors

ColumnVisibleItem(string, bool)

Table 组件列可见性类

public ColumnVisibleItem(string name, bool visible)

Parameters

name string
visible bool

Properties

DisplayName

获得 列名称

public string? DisplayName { get; set; }

Property Value

string

Name

获得 列名称

public string Name { get; }

Property Value

string

Visible

获得 列可见性

public bool Visible { get; set; }

Property Value

bool