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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | Stores appearance settings applied to buttons whose NavElement.Enabled property is false. |
See Also