ConfirmDialogOptions Class

Options to be displayed in a ConfirmDialog

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ConfirmDialogOptions
Inheritance
Object    ConfirmDialogOptions

Constructors

ConfirmDialogOptionsInitializes a new instance of the ConfirmDialogOptions class

Properties

AutoFocusYesButton Determines whether to focus on the yes button or not.
DialogCssClass Additional CSS class for the dialog (div.modal-dialog element).
Dismissable Adds a dismissable close button to the confirm dialog.
HeaderCssClass Additional header CSS class (div.modal-header element).
HeaderIcon Optional HTML markup for a header icon (e.g., warning triangle).
IsScrollable Allows confirm dialog body to be scrollable.
IsVerticallyCentered Shows the confirm dialog vertically in the center of the page.
NoButtonColor Gets or sets the 'No' button color. ButtonColor
NoButtonText Gets or sets the 'No' button text.
Size Size of the modal. Default is Regular.
YesButtonColor Gets or sets the 'Yes' button color. ButtonColor
YesButtonText Gets or sets the 'Yes' button text.

See Also