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
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