Skip to main content
All docs
V25.1
  • 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.1.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