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

WindowsUIView.HideFlyout() Method

Hides the currently displayed Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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