Skip to main content
A newer version of this page is available. .

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

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
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