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

RadialMenu.ShowPopup(Point, Boolean) Method

Displays the RadialMenu at the specified position in either the expanded or collapsed state.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual void ShowPopup(
    Point point,
    bool expanded
)

#Parameters

Name Type Description
point Point

A Point where the menu is displayed.

expanded Boolean

true, to show an expanded RadialMenu; otherwise, false.

#Remarks

The ShowPopup method displays the RadialMenu at the desired location. You are free to choose whether the displayed menu should initially be expanded or collapsed. A collapsed menu can be further expanded via the RadialMenu.Expand method. The RadialMenu.HidePopup method closes the menu.

See Also