Skip to main content

FlyoutBase.FollowTarget Property

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

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool FollowTarget { get; set; }

Property Value

Type Description
Boolean

true, to follow the popup target; 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.

See Also