Skip to main content

FlyoutBase.InvalidateLocation() Method

Invalidates the layout, forcing it to be recalculated.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

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