Back to Devexpress

NavBarItem.AppearanceDisabled Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritem-89d0199e.md

latest1.9 KB
Original Source

NavBarItem.AppearanceDisabled Property

Gets the appearance settings used to paint the disabled item’s link(s).

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public virtual AppearanceObject AppearanceDisabled { get; }
vb
Public Overridable ReadOnly Property AppearanceDisabled As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance setting used to paint the disabled item’s link(s).

|

Remarks

An item is disabled if its NavBarItem.Enabled property is set to false. In this case, its links are painted using the appearance settings provided by the AppearanceDisabled property. If these settings aren’t specified, the item’s links are painted using the appearance settings provided by the NavBarControl’s NavBarAppearances.ItemDisabled property.

See Also

AppearanceHotTracked

AppearancePressed

NavBarItem Class

NavBarItem Members

DevExpress.XtraNavBar Namespace