Enum NotificationSeverity
Specifies the severity of a RadzenNotification. Severity changes the visual styling of the RadzenNotification (icon and background color).
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum NotificationSeverity
Fields
| Name | Description |
|---|---|
| Error | Represents an error. |
| Info | Represents some generic information. |
| Success | Represents a success. |
| Warning | Represents a warning. |