Skip to main content

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

BaseGallery.Appearance Property

Gets the appearances that are used to paint gallery elements.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public virtual RibbonGalleryAppearances Appearance { get; }

#Property Value

Type Description
RibbonGalleryAppearances

A RibbonGalleryAppearances object which provides the appearance settings for gallery elements.

#Remarks

The RibbonGalleryAppearances object provides a number of properties which allow you to access the appearances used to paint gallery elements (group and item captions, item description, etc.).

To customize the default appearance settings used to paint gallery elements use the RibbonAppearances.Gallery property of a BarAndDockingController object.

See Appearance and Look and Feel to learn more.

See Also