RibbonStyles.ButtonItem Property
Gets the style settings that define the appearance of button items within the ribbon control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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