Table of Contents

Enum NotificationSeverity

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the severity of a RadzenNotification. Severity changes the visual styling of the RadzenNotification (icon and background color).

public enum NotificationSeverity
Extension Methods

Fields

Error = 0

Represents an error.

Info = 1

Represents some generic information.

Success = 2

Represents a success.

Warning = 3

Represents a warning.