Skip to main content

WindowsUIView.HideFlyout() Method

Hides the currently displayed Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void HideFlyout()

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