public sealed class ConfirmDialogOptions| ConfirmDialogOptions | Initializes a new instance of the ConfirmDialogOptions class |
| 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. |