RibbonStyles.ButtonItem Property
In This Article
Gets the style settings that define the appearance of button items within the ribbon control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonItemStyle ButtonItem { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
An Ribbon |
#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