Table of Contents

Class ResultDialogOption

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

结果对话框配置类

public class ResultDialogOption : DialogOption
Inheritance
ResultDialogOption
Inherited Members
Extension Methods

Constructors

ResultDialogOption()

构造函数

public ResultDialogOption()

Properties

ButtonCloseColor

获得/设置 关闭按钮颜色

[Obsolete("已弃用,删除即可; Deprecated. Just delete it.")]
public Color ButtonCloseColor { get; set; }

Property Value

Color

ButtonCloseIcon

获得/设置 关闭按钮图标

[Obsolete("已弃用,删除即可; Deprecated. Just delete it.")]
public string? ButtonCloseIcon { get; set; }

Property Value

string

ButtonCloseText

获得/设置 关闭按钮文本

[Obsolete("已弃用,删除即可; Deprecated. Just delete it.")]
public string? ButtonCloseText { get; set; }

Property Value

string

ButtonNoColor

获得/设置 取消按钮颜色

public Color ButtonNoColor { get; set; }

Property Value

Color

ButtonNoIcon

获得/设置 取消按钮图标

public string? ButtonNoIcon { get; set; }

Property Value

string

ButtonNoText

获得/设置 取消按钮文本

public string? ButtonNoText { get; set; }

Property Value

string

ButtonYesColor

获得/设置 确认按钮颜色

public Color ButtonYesColor { get; set; }

Property Value

Color

ButtonYesIcon

获得/设置 确认按钮图标

public string? ButtonYesIcon { get; set; }

Property Value

string

ButtonYesText

获得/设置 确认按钮文本

public string? ButtonYesText { get; set; }

Property Value

string

ComponentParameters

获得/设置 组件参数集合

public Dictionary<string, object>? ComponentParameters { get; set; }

Property Value

Dictionary<string, object>

ComponentParamters

获得/设置 组件参数集合

[Obsolete("已过期,单词拼写错误。请使用 ComponentParameters 代替 Please use ComponentParameters")]
public Dictionary<string, object>? ComponentParamters { get; set; }

Property Value

Dictionary<string, object>

ShowNoButton

获得/设置 显示取消按钮

public bool ShowNoButton { get; set; }

Property Value

bool

ShowYesButton

获得/设置 显示确认按钮

public bool ShowYesButton { get; set; }

Property Value

bool