RepositoryItemTreeListLookUpEdit.AllowSelectOnHover Property
In This Article
Gets or sets whether the TreeList‘s nodes are automatically focused when hovered with the mouse pointer.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraTreeList.v24.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 Tree |
#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