Enum AlertStyle
Specifies the display style or severity of a RadzenAlert. Affects the visual styling of RadzenAlert (background and text color).
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum AlertStyle
Fields
| Name | Description |
|---|---|
| Base | Base styling. Similar to base buttons. |
| Danger | Danger styling. |
| Dark | Dark styling. Similar to dark buttons. |
| Info | Informative styling. |
| Light | Light styling. Similar to light buttons. |
| Primary | Primary styling. Similar to primary buttons. |
| Secondary | Secondary styling. Similar to secondary buttons. |
| Success | Success styling. |
| Warning | Warning styling. |