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

RibbonItemBase.ItemStyle Property

Gets the style settings for the current ribbon’s item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonItemStyle ItemStyle { get; }

Property Value

Type Description
RibbonItemStyle

A RibbonItemStyle object that contains the style settings.

Remarks

The ItemStyle property provides access to the style settings that define the appearance style of the current ribbon item.

See Also