Back to Devexpress

RepositoryItemComboBox.AppearanceItemDisabled Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcombobox-3afb0879.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that specifies the appearance settings used to paint list items in the disabled state.

|

See Also

RepositoryItemComboBox Class

RepositoryItemComboBox Members

DevExpress.XtraEditors.Repository Namespace