Skip to main content

GalleryControlGallery.BackgroundImage Property

Gets or sets the gallery’s background image.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Image

The gallery’s background image.

See Also