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

RibbonPageGroup.Ribbon Property

Gets the RibbonControl which owns the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

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