Back to Devexpress

NavElement.AppearanceDisabled Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navelement-825d0031.md

latest1.6 KB
Original Source

NavElement.AppearanceDisabled Property

Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the disabled state.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject AppearanceDisabled { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceDisabled As AppearanceObject

Property Value

TypeDescription
AppearanceObject

The AppearanceObject object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the disabled state.

|

See Also

NavElement Class

NavElement Members

DevExpress.XtraBars.Navigation Namespace