Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

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

See Also