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.CurrentContainer Property

Gets whether the container for items currently displayed in the menu is the RadialMenu, BarSubItem or BarLinkContainerItem object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public RadialMenuContainer CurrentContainer { get; }

#Property Value

Type Description
DevExpress.XtraBars.Ribbon.RadialMenuContainer

A DevExpress.XtraBars.Ribbon.RadialMenuContainer object that determines whether the container for items currently displayed in the menu is the RadialMenu, BarSubItem or BarLinkContainerItem object.

#Remarks

The CurrentContainer property returns the RadialMenuContainer object that determines whether the container for items currently displayed in the menu is the RadialMenu, BarSubItem or BarLinkContainerItem object. The RadialMenuContainer object exposes the following properties:

  • IsRadialMenu — specifies whether the container is the RadialMenu object;
  • IsBarSubItem — specifies whether the container is the BarSubItem object;
  • IsBarLinkContainerItem — specifies whether the container is the BarLinkContainerItem object.
See Also