Skip to main content
A newer version of this page is available. .

RibbonPageGroup.Ribbon Property

Gets the RibbonControl to which the current RibbonPageGroup object belongs

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public RibbonControl Ribbon { get; }

Property Value

Type Description
RibbonControl

The RibbonControl to which the current RibbonPageGroup object belongs

See Also