Back to Devexpress

FlyoutBase.FollowTarget Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-30a8bfd0.md

latest1.8 KB
Original Source

FlyoutBase.FollowTarget Property

Gets or sets whether the flyout hint updates its location to match its target position related to its parent window. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to update the flyout hint location to match its target position related to its parent window; otherwise, false.

|

Remarks

If the FollowTarget property is set to true, the FlyoutBase.UpdateLocation method is executed each time the flyout’s target specified by the FlyoutBase.PlacementTarget property changes its position related to its parent window.

See Also

UpdateLocation()

PlacementTarget

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace