RibbonAppearances.Gallery Property
Provides the default appearance settings used to paint galleries in a RibbonControl.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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