FlyoutBase.UpdateLocation() Method
In This Article
Updates the flyout popup’s position to correctly align it to the target element.
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Remarks
The UpdateLocation method is executed automatically each time the flyout target specified by the FlyoutBase.PlacementTarget property changes its position, if the FlyoutBase.FollowTarget property is set to true.
See Also