Back to Devexpress

RepositoryItemTreeListLookUpEdit.AllowSelectOnHover Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtreelistlookupedit-8ddb23f9.md

latest2.1 KB
Original Source

RepositoryItemTreeListLookUpEdit.AllowSelectOnHover Property

Gets or sets whether the TreeList‘s nodes are automatically focused when hovered with the mouse pointer.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowSelectOnHover { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AllowSelectOnHover As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the TreeList‘s nodes are automatically focused when hovered with the mouse pointer; otherwise, false.

|

Remarks

By default, the TreeList‘s nodes are automatically focused when hovered with the mouse pointer. Set the AllowSelectOnHover property to false to prevent this.

See Also

TreeList

FocusedNode

RepositoryItemTreeListLookUpEdit Class

RepositoryItemTreeListLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace