FlyoutPanel.HideBeakForm() Method
Hides the current FlyoutPanel displayed as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
The HideBeakForm method hides the current FlyoutPanel displayed as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property. To specify the animation speed, use the FlyoutPanel.AnimationRate property.
To hide a beak from immediately (without animation), use the HideBeakForm overload that has the immediate Boolean parameter.
See Also