RibbonAppearances.Gallery Property
In This Article
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 |
---|---|
Ribbon |
A Ribbon |
#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