Back to Devexpress

FlyoutPanel.HidePopup(Boolean) Method

windowsforms-devexpress-dot-utils-dot-flyoutpanel-dot-hidepopup-x28-system-dot-boolean-x29.md

latest1.8 KB
Original Source

FlyoutPanel.HidePopup(Boolean) Method

Hides the FlyoutPanel immediately or using an animation effect specified by the FlyoutPanelOptions.AnimationType property.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void HidePopup(
    bool immediate
)
vb
Public Sub HidePopup(
    immediate As Boolean
)

Parameters

NameTypeDescription
immediateBoolean

true , to hide the panel immediately; false to hide the panel using an animation effect.

|

Remarks

To display the panel, use the FlyoutPanel.ShowPopup method.

If the FlyoutPanelOptions.CloseOnOuterClick option is enabled, the panel is automatically hidden on clicking outside the panel’s boundaries.

See Also

AnimationType

ShowPopup

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace