Back to Devexpress

FlyoutBase.OpenOnHover Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-96526bd3.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool OpenOnHover { get; set; }
vb
Public Property OpenOnHover As Boolean

Property Value

TypeDescription
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

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace