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 = 4A 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 = 2Info = 3Success = 0Warning = 1