Back to Devexpress

IButtonGroupItemInfo.RenderStyleMode Property

blazor-devexpress-dot-blazor-dot-ibuttongroupiteminfo-5e12468a.md

latest1.1 KB
Original Source

IButtonGroupItemInfo.RenderStyleMode Property

Returns the item’s render style mode.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
ButtonRenderStyleMode? RenderStyleMode { get; }

Property Value

TypeDescription
Nullable<ButtonRenderStyleMode>

An enumeration value.

|

Available values:

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.

|

See Also

IButtonGroupItemInfo Interface

IButtonGroupItemInfo Members

DevExpress.Blazor Namespace