WindowsUIView.HideFlyout() Method
Hides the currently displayed Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
You can display a Flyout via the WindowsUIView.ActivateContainer or WindowsUIView.ShowFlyoutDialog method. To hide a currently displayed Flyout (see the WindowsUIView.ActiveFlyoutContainer property), use the HideFlyout method.
See Also