BaseListBoxControl.HotTrackItems Property
Gets or sets whether list box items are hot-tracked when the mouse pointer moves over them.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool HotTrackItems { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false | true if the items are hot-tracked; otherwise, false. |
Remarks
Note
Item hot-tracking is forcibly disabled in multiple item selection mode. See BaseListBoxControl.SelectionMode.
If item hot-tracking is enabled, list box items are hot-tracked when end-users hover over them. You can enable or disable automatic selection of a hot-tracked item. To learn more, see the BaseListBoxControl.HotTrackSelectMode property description.
See Also