Skip to main content
Bar

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarAndDockingController.AppearancesRibbon Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.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