Skip to main content

NavBarGroupControlContainer.BackColor Property

Gets the background color of the control container.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Color BackColor { get; set; }

Property Value

Type Description
Color

The background color of the control container.

Remarks

The control container’s background color cannot be changed via the BackColor property. To change the background color for a group, use the group’s NavBarGroup.AppearanceBackground property, or the control’s Appearance.GroupBackground property.

The control container does not support transparent background colors.

Note

Changing background colors is not supported in skinning paint schemes. Use the NavBarControl.LookAndFeel property to specify a paint scheme.

See Also