blazor-devexpress-dot-blazor-c6462611.md
Lists the button’s color fill modes.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public enum ButtonRenderStyleMode
| 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.
|
The following properties accept/return ButtonRenderStyleMode values:
The ButtonRenderStyleMode enumeration values specify the button’s color fill modes.
<DxButton RenderStyle="ButtonRenderStyle.Success"
RenderStyleMode="ButtonRenderStyleMode.Outline"
Text="Success" />
See Also