Skip to main content

ButtonRenderStyleMode Enum

Lists the button’s color fill modes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.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.

Remarks

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

Button

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

Run Demo: Button — Styles

See Also