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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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