Table of Contents

Enum AlertStyle

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the display style or severity of a RadzenAlert. Affects the visual styling of RadzenAlert (background and text color).

public enum AlertStyle
Extension Methods

Fields

Base = 3

Base styling. Similar to base buttons.

Danger = 6

Danger styling.

Dark = 4

Dark styling. Similar to dark buttons.

Info = 8

Informative styling.

Light = 2

Light styling. Similar to light buttons.

Primary = 0

Primary styling. Similar to primary buttons.

Secondary = 1

Secondary styling. Similar to secondary buttons.

Success = 5

Success styling.

Warning = 7

Warning styling.