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

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.v18.2.dll

Declaration

public void HideBeakForm()

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