Back to Devexpress

NavBarControl.BackgroundImage Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-2ff7d1e7.md

latest1.7 KB
Original Source

NavBarControl.BackgroundImage Property

This property is not supported by the NavBarControl class.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Image BackgroundImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property BackgroundImage As Image

Property Value

Type
Image

Remarks

To provide a background image for a NavBarControl, use the NavBarAppearances.Background property. The NavBarAppearances.GroupBackground property allows you to provide a background image for a group.

See Also

Background

GroupBackground

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace