Back to Devexpress

FlyoutBase.UpdateLocation() Method

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-e71776e1.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void UpdateLocation()
vb
Public Sub 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

PlacementTarget

FollowTarget

InvalidateLocation()

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace