Back to Devexpress

NavBarAppearances.GroupBackground Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-7fe3f853.md

latest2.2 KB
Original Source

NavBarAppearances.GroupBackground Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public AppearanceObject GroupBackground { get; }
vb
Public ReadOnly Property GroupBackground As AppearanceObject

Property Value

TypeDescription
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

Background

AppearanceBackground

CustomDrawGroupClientBackground

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace