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

BaseGallery.Appearance Property

Gets the appearances that are used to paint gallery elements.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

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