Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public AppearanceObject AppearanceDisabled { get; }

Property Value

Type Description
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