Back to Devexpress

ButtonRenderStyleMode Enum

blazor-devexpress-dot-blazor-c6462611.md

latest1.7 KB
Original Source

ButtonRenderStyleMode Enum

Lists the button’s color fill modes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum ButtonRenderStyleMode

Members

NameDescription
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.

|

The following properties accept/return ButtonRenderStyleMode values:

Remarks

The ButtonRenderStyleMode enumeration values specify the button’s color fill modes.

razor
<DxButton RenderStyle="ButtonRenderStyle.Success"
          RenderStyleMode="ButtonRenderStyleMode.Outline" 
          Text="Success" />

Run Demo: Button — Styles

See Also

DevExpress.Blazor Namespace