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

FlyoutPanel.ShowPopup() Method

Displays the panel at the position specified by the FlyoutPanelOptions.AnchorType property using an animation effect specified by the FlyoutPanelOptions.AnimationType property.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void ShowPopup()

Remarks

The FlyoutPanelOptions.AnimationType property specifies the animation used to show and hide the FlyoutPanel. To specify the animation speed, use the FlyoutPanel.AnimationRate property.

To hide the panel, use the FlyoutPanel.HidePopup method.

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowPopup() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also