Enum NotificationSeverity
Specifies the severity of a
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum NotificationSeverity : int
Fields
Name | Description |
---|---|
Error | Represents an error. |
Info | Represents some generic information. |
Success | Represents a success. |
Warning | Represents a warning. |