Back to Devexpress

BaseGallery.Appearance Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-5299f28d.md

latest2.1 KB
Original Source

BaseGallery.Appearance Property

Gets the appearances that are used to paint gallery elements.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual RibbonGalleryAppearances Appearance { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property Appearance As RibbonGalleryAppearances

Property Value

TypeDescription
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

Gallery

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace