RadialMenu.Expand() Method
In This Article
Expands the collapsed RadialMenu.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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