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