Class Variant
Specifies the predefined appearance variants for the component to display.
Inheritance
System.Object
Variant
Namespace: Syncfusion.EJ2.Notifications
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class Variant : Enum
Fields
Filled
Denotes the severity is differentiated using text color and dark background color.
Declaration
public const Variant Filled
Field Value
Type |
---|
Variant |
Outlined
Denotes the severity is differentiated using text color and border without background.
Declaration
public const Variant Outlined
Field Value
Type |
---|
Variant |
Text
Denotes the severity is differentiated using text color and light background color.
Declaration
public const Variant Text
Field Value
Type |
---|
Variant |