Skip to main content

NavBarGroup.AppearanceBackground Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public AppearanceObject AppearanceBackground { get; }

Property Value

Type Description
AppearanceObject

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

Remarks

The appearance settings used to paint the background of all the groups are specified by the NavBarAppearances.GroupBackground property. These settings can however be overridden for individual groups using their AppearanceBackground property.

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

See Also