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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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