Back to Devexpress

RepositoryItemComboBox.AppearanceItemSelected Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcombobox-df719e70.md

latest1.5 KB
Original Source

RepositoryItemComboBox.AppearanceItemSelected Property

Provides access to the appearance settings used to paint list items in the selected state.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that specifies the appearance settings used to paint list items in the selected state.

|

See Also

RepositoryItemComboBox Class

RepositoryItemComboBox Members

DevExpress.XtraEditors.Repository Namespace