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

RepositoryItemLookUpEdit.HotTrackItems Property

Gets or sets a value specifying whether the items in the popup window are hottracked when the mouse pointer passes over them.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool HotTrackItems { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the items in the popup window are hottracked when the mouse pointer passes over them; otherwise, false.

See Also