Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    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.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT