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

NavigationFrame.BackColor Property

Gets or sets the back color for this NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
public override Color BackColor { get; set; }

Property Value

Type Description
Color

A Color that paints this NavigationFrame‘s background.

See Also