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

RibbonPageCategory.Ribbon Property

Gets the RibbonControl which owns the current category.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
RibbonControl

The RibbonControl which owns the current category.

See Also