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

FlyoutBase.UpdateLocation() Method

Updates the flyout popup’s position to correctly align it to the target element.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void UpdateLocation()

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