Skip to main content
A newer version of this page is available. .

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

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