menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Severity - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved