Skip to main content

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

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

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowSelectOnHover { get; set; }

Property Value

Type Default Description
Boolean true

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