windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-45bc4493.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public RadialMenuContainer CurrentContainer { get; }
<Browsable(False)>
Public ReadOnly Property CurrentContainer As RadialMenuContainer
| 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.
|
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:
See Also