Back to Devexpress

RadialMenu.CurrentContainer Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-45bc4493.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RadialMenuContainer CurrentContainer { get; }
vb
<Browsable(False)>
Public ReadOnly Property CurrentContainer As RadialMenuContainer

Property Value

TypeDescription
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

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace