Skip to main content
All docs
V26.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.v26.1.dll

    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