Skip to main content
Tab

RibbonStyles.Item Property

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
RibbonItemStyle

An RibbonItemStyle object containing style settings.

#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