BaseListBoxControl.SetSelectedIndexOnHotTrack Property
In This Article
OBSOLETE
Use the Hot
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.v24.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