Skip to main content
Bar

BarAndDockingController.AppearancesRibbon Property

Provides the default appearance settings of the Ribbon Controls and Ribbon Forms.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual RibbonAppearances AppearancesRibbon { get; }

Property Value

Type Description
RibbonAppearances

The default appearance settings of the Ribbon Controls and Ribbon Forms.

Remarks

The RibbonAppearances object provides a number of properties to customize the appearance settings of Ribbon items, page headers, group captions, Ribbon Form caption, etc.

You can override the default appearance settings for individual Ribbon items with the BarItem.ItemAppearance property.

See Appearance and Look and Feel to learn more.

See Also