Back to Devexpress

NavBarGroup.AppearanceBackground Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-9d3b555a.md

latest1.9 KB
Original Source

NavBarGroup.AppearanceBackground 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 AppearanceBackground { get; }
vb
Public ReadOnly Property AppearanceBackground As AppearanceObject

Property Value

TypeDescription
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

CustomDrawGroupClientBackground

Appearances

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace