Enum ButtonStyle
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the display style of a RadzenButton. Affects the visual styling of RadzenButton (background and text color).
public enum ButtonStyle
- Extension Methods
Fields
Base = 3
The base UI styling.
Danger = 6
A button which represents a dangerous action e.g. "delete".
Dark = 4
A button with dark styling.
Info = 8
A button with informative styling.
Light = 2
A button with lighter styling.
Primary = 0
A primary button. Clicking it performs the primary action in a form or dialog (e.g. "save").
Secondary = 1
A secondary button. Clicking it performs a secondaryprimary action in a form or dialog (e.g. close a dialog or cancel a form).
Success = 5
A button with success styling.
Warning = 7
A button with warning styling.