Skip to main content

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.v23.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