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

RadialMenu.Expand() Method

Expands the collapsed RadialMenu.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public void Expand()

Remarks

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

See Also