Bar.BackgroundImage Property
OBSOLETE
You should use the 'Appearance'
Gets or sets the background image of the Bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'Appearance'")]
public Image BackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
Image | The background image of the Bar. |
See Also