RibbonPageGroup.Ribbon Property
In This Article
Gets the RibbonControl to which the current RibbonPageGroup object belongs
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public RibbonControl Ribbon { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
The Ribbon |
See Also