Back to Devexpress

RepositoryItemLookUpEdit.HotTrackRows Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-922ada7e.md

latest1.9 KB
Original Source

RepositoryItemLookUpEdit.HotTrackRows Property

OBSOLETE

Use the HotTrackItems property instead.

Gets or sets a value specifying whether the rows in the popup window are hot-tracked when the mouse pointer passes over them.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the HotTrackItems property instead.")]
public bool HotTrackRows { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("Use the HotTrackItems property instead.")>
Public Property HotTrackRows As Boolean

Property Value

TypeDescription
Boolean

true if the rows in the popup window are hot-tracked when the mouse pointer passes over them; otherwise, false.

|

Remarks

This property is obsolete. Use the RepositoryItemLookUpEdit.HotTrackItems property instead.

See Also

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace