RepositoryItemComboBox.AppearanceItemDisabled Property
Provides access to the appearance settings used to paint list items in the disabled state.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceItemDisabled { get; }
Property Value
| Type | Description |
|---|---|
| AppearanceObject | A AppearanceObject object that specifies the appearance settings used to paint list items in the disabled state. |
See Also