Back to Devexpress

BarAndDockingController.AppearancesRibbon Property

windowsforms-devexpress-dot-xtrabars-dot-baranddockingcontroller.md

latest1.8 KB
Original Source

BarAndDockingController.AppearancesRibbon Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual RibbonAppearances AppearancesRibbon { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearancesRibbon As RibbonAppearances

Property Value

TypeDescription
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

BarAndDockingController Class

BarAndDockingController Members

DevExpress.XtraBars Namespace