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

NavBarAppearances.GroupBackground Property

Gets the appearance settings used to paint the group’s background.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

public AppearanceObject GroupBackground { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the group’s background.

Remarks

Use this property to specify the appearance settings used to paint the background of all the NavBarGroup objects. These settings can however be overridden for individual groups using their NavBarGroup.AppearanceBackground property.

The background of groups can also be custom painted using the NavBarControl.CustomDrawGroupClientBackground event.

For more information on appearances, see the Appearances topic.

See Also