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

GalleryControlGallery.BackgroundImage Property

Gets or sets the gallery’s background image.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Image BackgroundImage { get; set; }

Property Value

Type Description
Image

The gallery’s background image.

See Also