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.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
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