Back to Devexpress

NavBarAppearances.ItemActive Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-44009ca7.md

latest2.0 KB
Original Source

NavBarAppearances.ItemActive Property

Gets the appearance settings used to paint the currently active item link.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the currently active item link.

|

Remarks

The ItemActive property provides the appearance settings used to paint the currently active NavBarItemLink.

To custom paint item links handle the NavBarControl.CustomDrawLink event.

For more information on appearances, see the Appearances topic.

See Also

Item

ItemDisabled

ItemHotTracked

ItemPressed

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace