DXMenuItem.AppearanceDisabled Property
Provides access to the appearance settings used to paint the DXMenuItem in the disbled state.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public AppearanceObject AppearanceDisabled { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
The AppearanceDisabled property allows you to specify the appearance settings used to paint the current DXMenuItem when it is disabled. A DXMenuItem is disabled if its DXMenuItem.Enabled property is set to false. For more information on appearances, see the Appearances document.
You can also specify appearance settings in the normal and hovered states via the DXMenuItem.Appearance and DXMenuItem.AppearanceHovered properties, respectively.