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

Bar.BackgroundImage Property

OBSOLETE

You should use the 'Appearance'

Gets or sets the background image of the Bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Obsolete("You should use the 'Appearance'")]
[Browsable(false)]
public Image BackgroundImage { get; set; }

Property Value

Type Description
Image

The background image of the Bar.

See Also