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

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.v18.2.dll

Declaration

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

The following code snippets (auto-collected from DevExpress Examples) contain references 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.

See Also