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.v24.1.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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HotTrackItems property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.