BaseListBoxControl.AppearanceDisabled Property
In This Article
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 |
---|---|
Appearance |
A Appearance |
#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