FlyoutBase.InvalidateLocation() Method
Invalidates the layout, forcing it to be recalculated.
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
A layout is automatically invalidated each time it is required. You may find that your application requires specific behaviors to be implemented for a FlyoutControl. If so, you may need to force invalidation manually.
The FlyoutBase.UpdateLocation method recalculates the invalidated layout.
See Also