Back to Devexpress

NavBarAppearances.GroupHeaderActive Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-340c8daa.md

latest2.0 KB
Original Source

NavBarAppearances.GroupHeaderActive Property

Gets the appearance settings used to paint the header of the currently active NavBarGroup.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the header of the currently active group.

|

Remarks

In the XP2View, XPExplorerBarView and skinning paint schemes, setting background colors via the GroupHeaderActive property is not in effect.

For more information on appearances, see the Appearances topic.

See Also

GroupHeader

GroupHeaderHotTracked

GroupHeaderPressed

CustomDrawGroupCaption

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace