Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlyoutPanel.ShowBeakForm Method

Name Parameters Description
ShowBeakForm() none Displays the current FlyoutPanel as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Boolean) immediate Displays the current FlyoutPanel as a beak form immediately or using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Point, Boolean, Control, Point, IFlyoutPanelPopupController) location, immediate, ownerControl, offset, controller Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point, Boolean, Control, Point) location, immediate, ownerControl, offset Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point, Boolean, Control) location, immediate, ownerControl Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point, Boolean) location, immediate Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point) location Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Rectangle, Point, Boolean, Control, Point, IFlyoutPanelPopupController) rect, location, immediate, ownerControl, offset, controller Displays the current FlyoutPanel as a beak form relative to the specified rectangle with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Rectangle, Point) rect, location Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Rectangle) rect Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.