Back to Devexpress

FlyoutBase.InvalidateLocation() Method

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

latest1.4 KB
Original Source

FlyoutBase.InvalidateLocation() Method

Invalidates the layout, forcing it to be recalculated.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

UpdateLocation()

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace