Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Navigation

#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