Skip to main content

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.v23.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