Back to Devexpress

ApplicationMenu.Manager Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-applicationmenu.md

latest1.6 KB
Original Source

ApplicationMenu.Manager Property

Specifies the BarManager responsible for displaying the current ApplicationMenu.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override BarManager Manager { get; set; }
vb
<Browsable(False)>
Public Overrides Property Manager As BarManager

Property Value

TypeDescription
BarManager

A BarManager responsible for displaying the current ApplicationMenu object.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

Ribbon

Manager

ApplicationMenu Class

ApplicationMenu Members

DevExpress.XtraBars.Ribbon Namespace