BaseGallery.Appearance Property
Gets the appearances that are used to paint gallery elements.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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