Skip to main content
A newer version of this page is available. .
Tab

RibbonStyles.ButtonItem Property

Gets the style settings that define the appearance of button items within the ribbon control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonItemStyle ButtonItem { get; }

Property Value

Type Description
RibbonItemStyle

An RibbonItemStyle object containing style settings.

Remarks

Use the ButtonItem property to specify the appearance of items that are represented by the RibbonButtonItem class descendants: RibbonColorButtonItem, RibbonDropDownButtonItem, RibbonOptionButtonItem, and RibbonToggleButtonItem.

See Also