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

GalleryControlGallery.BackColor Property

Gets or sets the gallery’s background color.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Color BackColor { get; set; }

Property Value

Type Description
Color

The gallery’s background color.

See Also