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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.