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

BaseListBoxControl.SetSelectedIndexOnHotTrack Property

OBSOLETE

Use the HotTrackSelectMode property instead

Gets or sets whether hovering over items selects the item being hovered over (modifies the control’s BaseListBoxControl.SelectedIndex property).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("Use the HotTrackSelectMode property instead")]
[Browsable(false)]
public virtual bool SetSelectedIndexOnHotTrack { get; set; }

Property Value

Type Description
Boolean

true if item being hovered over is automatically selected; otherwise, false.

See Also