Skip to main content

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.v23.2.dll

NuGet Package: 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