Skip to main content

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.v23.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