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

NavBarControl.BackgroundImage Property

This property is not supported by the NavBarControl class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

[Browsable(false)]
public override Image BackgroundImage { get; set; }

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