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

BaseListBoxControl.AppearanceDisabled Property

Provides access to the appearance settings used to paint list items when the control is disabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDisabled { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that specifies the appearance settings used to paint list items when the control is disabled.

Remarks

If the control is disabled (see Enabled) and the BaseListBoxControl.UseDisabledStatePainter option is enabled (the default), the AppearanceDisabled property settings are used to paint list items.

See Also