Skip to main content

RadialMenu.Collapse(Boolean) Method

Collapses the RadialMenu. The menu’s central button remains visible and active.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Collapse(
    bool animated
)

Parameters

Name Type Description
animated Boolean

true if the RadialMenu should be collapsed using animation effects; otherwise, false.

Remarks

A RadialMenu can be collapsed/expanded at runtime via its central button. Use the RadialMenu.Expand or Collapse methods to do the same in code.

To hide a RadialMenu completely, use the RadialMenu.HidePopup method instead.

See Also