Table of Contents

Class NullableBoolItemsAttribute

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

可为空布尔类型转换器

[AttributeUsage(AttributeTargets.Property)]
public class NullableBoolItemsAttribute : Attribute
Inheritance
NullableBoolItemsAttribute
Inherited Members
Extension Methods

Constructors

NullableBoolItemsAttribute()

public NullableBoolItemsAttribute()

Properties

FalseValueDisplayText

获得/设置 False 值显示文本

public string? FalseValueDisplayText { get; set; }

Property Value

string

NullValueDisplayText

获得/设置 空值显示文本

public string? NullValueDisplayText { get; set; }

Property Value

string

TrueValueDisplayText

获得/设置 True 值显示文本

public string? TrueValueDisplayText { get; set; }

Property Value

string