Back to Devexpress

NavBarAppearances.ItemDisabled Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-68e0721a.md

latest2.1 KB
Original Source

NavBarAppearances.ItemDisabled Property

Gets the appearance settings used to paint the item link which is disabled.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the item link which is disabled.

|

Remarks

The ItemDisabled property provides the appearance settings used to paint the NavBarItemLink that are disabled (their NavBarItemLink.Enabled property is set to false ).

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

For more information on appearances, see the Appearances topic.

See Also

Item

ItemActive

ItemHotTracked

ItemPressed

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace