Skip to main content

RibbonPageGroup.Ribbon Property

Gets the RibbonControl which owns the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override RibbonControl Ribbon { get; }

Property Value

Type Description
RibbonControl

A RibbonControl object which is the owner of the current group.

See Also