Skip to main content
A newer version of this page is available. .
Bar

RibbonAppearances.Gallery Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual RibbonGalleryAppearances Gallery { get; }

Property Value

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