NavBarGroupControlContainer.BackColor Property
Gets the background color of the control container.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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.