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

FlyoutBase.InvalidateLocation() Method

Invalidates the layout, forcing it to be recalculated.

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 InvalidateLocation()

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