Back to Devexpress

RibbonAppearances.Gallery Property

windowsforms-devexpress-dot-xtrabars-dot-ribbonappearances-7f3eec3f.md

latest1.7 KB
Original Source

RibbonAppearances.Gallery Property

Provides the default appearance settings used to paint galleries in a RibbonControl.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual RibbonGalleryAppearances Gallery { get; }
vb
Public Overridable ReadOnly Property Gallery As RibbonGalleryAppearances

Property Value

TypeDescription
RibbonGalleryAppearances

A RibbonGalleryAppearances object that contains corresponding settings.

|

Remarks

Use the Gallery property to customize the default appearance settings used to paint galleries in a RibbonControl. These specify the appearances of gallery group and item captions, item descriptions, etc. For each gallery you can override the default appearance settings via the BaseGallery.Appearance property.

See Also

Appearance

RibbonAppearances Class

RibbonAppearances Members

DevExpress.XtraBars Namespace