Back to Devexpress

ApplicationMenu.Ribbon Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-applicationmenu.md

latest1.2 KB
Original Source

ApplicationMenu.Ribbon Property

Gets the RibbonControl to which the current ApplicationMenu object belongs.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonControl Ribbon { get; protected set; }
vb
Public Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

The RibbonControl to which the current ApplicationMenu object belongs.

|

See Also

ApplicationMenu Class

ApplicationMenu Members

DevExpress.Xpf.Ribbon Namespace