Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

RibbonAppearances.Gallery Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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