Skip to main content

TileNavPane.AppearanceDisabled Property

Provides access to appearance settings of buttons (see TileNavPane.Buttons) whose Enabled property equals false. Disabled buttons ignore these appearance settings. Disabled buttons ignore these appearance settings if the TileNavPane.UseDisabledStateAppearance property equals false.

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

Stores appearance settings applied to buttons whose NavElement.Enabled property is false.

See Also