Table of Contents

Enum MessageBoxType

Namespace
Dmnk.Blazor.Dialogs.DefaultDialogs
Assembly
Dmnk.Blazor.Dialogs.dll

The type of message box, which determines the icon and styling used by default.

public enum MessageBoxType

Fields

Confirmation = 4

A confirmation dialog, which is used for asking the user to confirm an action. It is similar to a warning, but with a different icon and styling. It is used by the ConfirmationDialogViewModel and the ShowConfirmation methods of Dmnk.Blazor.Dialogs.DefaultDialogs.VmDialogControllerExtensionsHelpers.

Error = 2
Info = 3
Success = 0
Warning = 1