RibbonStyles.Item Property
In This Article
Gets the style settings that define the appearance of items in the ribbon control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonItemStyle Item { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
An Ribbon |
#Remarks
Use the Item property to specify the appearance of ribbon items. The style of the ribbon button items can be specified using the RibbonStyles.ButtonItem property.
See Also