ButtonRenderStyleMode Enum
Lists the button’s color fill modes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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 fill modes.
<DxButton RenderStyle="ButtonRenderStyle.Success"
RenderStyleMode="ButtonRenderStyleMode.Outline"
Text="Success" />
See Also