RepositoryItemCheckedComboBoxEdit.HotTrackItems Property
Gets or sets whether item hot-tracking is enabled in the CheckedListBoxControl embedded in the dropdown window.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the item hot-tracking is enabled; otherwise, false. |
#Remarks
Note
The Checked
Dedicated options provided by the Repository
To learn more about the difference between the item states, see the Checked States vs. Selection vs. Hot-Tracking section in the Checked
Note
Item hot-tracking is forcibly disabled in multiple item selection mode. See Repository
If item hot-tracking is enabled, items in the embedded CheckedListBoxControl 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 RepositoryItemCheckedComboBoxEdit.HotTrackSelectMode property description.