Skip to main content
A newer version of this page is available. .

ButtonRenderStyleMode Enum

Lists the button’s color filling types.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum ButtonRenderStyleMode

Members

Name Description
Contained

The button is filled with the style color.

Outline

The button’s text and borders are colored.

Text

The button’s text is colored.

Related API Members

The following properties accept/return ButtonRenderStyleMode values:

Remarks

The ButtonRenderStyleMode enumeration values specify the button’s color filling modes. Use the RenderStyleMode property to define the color filling type.

<DxButton RenderStyle="ButtonRenderStyle.Primary" RenderStyleMode="ButtonRenderStyleMode.Contained" Text="Primary" />

Button

Run Demo: Button — Styles

See Also