Back to Devexpress

RepositoryItemComboBox.AppearanceItemHighlight Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcombobox-43e9e7f8.md

latest1.6 KB
Original Source

RepositoryItemComboBox.AppearanceItemHighlight Property

Provides access to the appearance settings used to paint hot tracked list items if items are not automatically selected when hot tracked.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object specifying the appearance settings used to paint hot tracked list items if items are not automatically selected when hot tracked.

|

See Also

RepositoryItemComboBox Class

RepositoryItemComboBox Members

DevExpress.XtraEditors.Repository Namespace