Skip to main content

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.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool FollowTarget { get; set; }

Property Value

Type Description
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