Back to Devexpress

BaseListBoxControl.AppearanceDisabled Property

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-a86678c0.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDisabled { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceDisabled As AppearanceObject

Property Value

TypeDescription
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

UseDisabledStatePainter

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace