Skip to main content
A newer version of this page is available. .

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.v20.2.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