Class MessageSeverity
Specifies the type of severity to display the message with distinctive icons and colors.
Inheritance
System.Object
MessageSeverity
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MessageSeverity : Enum
Fields
Error
The message is displayed with icons and colors to denote it as an error message.
Declaration
public const MessageSeverity Error
Field Value
Type |
---|
MessageSeverity |
Info
The message is displayed with icons and colors to denote it as information.
Declaration
public const MessageSeverity Info
Field Value
Type |
---|
MessageSeverity |
Normal
The message is displayed with icons and colors for the normal severity.
Declaration
public const MessageSeverity Normal
Field Value
Type |
---|
MessageSeverity |
Success
The message is displayed with icons and colors for the success severity.
Declaration
public const MessageSeverity Success
Field Value
Type |
---|
MessageSeverity |
Warning
The message is displayed with icons and colors to denote it as a warning message.
Declaration
public const MessageSeverity Warning
Field Value
Type |
---|
MessageSeverity |