Skip to main content

RibbonPageGroup.Ribbon Property

Gets the RibbonControl which owns the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.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