Enum ButtonStyle
Specifies the display style of a RadzenButton. Affects the visual styling of RadzenButton (background and text color).
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum ButtonStyle : int
Fields
Name | Description |
---|---|
Base | The base UI styling. |
Danger | A button which represents a dangerous action e.g. "delete". |
Dark | A button with dark styling. |
Info | A button with informative styling. |
Light | A button with lighter styling. |
Primary | A primary button. Clicking it performs the primary action in a form or dialog (e.g. "save"). |
Secondary | A secondary button. Clicking it performs a secondaryprimary action in a form or dialog (e.g. close a dialog or cancel a form). |
Success | A button with success styling. |
Warning | A button with warning styling. |