Skip to main content

FlyoutBase.OpenOnHover Property

Get or sets whether the FlyoutControl opens when a mouse pointer enters the bounds of the UIElement defined using the FlyoutBase.PlacementTarget property.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool OpenOnHover { get; set; }

Property Value

Type Description
Boolean

true, to open the flyout control on mouse hover; otherwise, false.

Remarks

Use the OpenOnHover property to enable opening the flyout control when the mouse pointer enters the target bounds (that can be defined using the FlyoutBase.TargetBounds and FlyoutBase.PlacementTarget properties). Note that when the OpenOnHover option is enabled, the flyout control closes when the mouse cursor leaves the target bounds.

See Also