Back to Devexpress

RepositoryItemLookUpEdit.HighlightedItemStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-1c7b89c3.md

latest2.6 KB
Original Source

RepositoryItemLookUpEdit.HighlightedItemStyle Property

Specifies how selected and hot-tracked items are highlighted within the control’s popup window.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(HighlightStyle.Default)]
[DXCategory("Appearance")]
public virtual HighlightStyle HighlightedItemStyle { get; set; }
vb
<DefaultValue(HighlightStyle.Default)>
<DXCategory("Appearance")>
Public Overridable Property HighlightedItemStyle As HighlightStyle

Property Value

TypeDefaultDescription
HighlightStyleDefault

A HighlightStyle value that specifies how selected and hot-tracked items are highlighted.

|

Available values:

NameDescription
Default

The same as the Skinned option.

| | Standard |

Selected and hot-tracked items are not skinned and painted using the default system color.

In a BaseListBoxControl control’s descendants, if item hot-tracking is enabled, selected and hot-tracked items are always in sync, and setting the BaseListBoxControl.HotTrackSelectMode property to SelectItemOnClick is not in effect.

| | Skinned |

Selected and hot-tracked items are painted skinned if a skinning painting scheme is applied. Otherwise, items are not skinned.

|

Remarks

Use this property to specify whether selected and hot-tracked items within the popup window are painted skinned or using the default system color.

See Also

HotTrackItems

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace