Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public AppearanceObject AppearanceDisabled { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that contains the appearance settings.

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.

See Also