Skip to main content

RibbonPageCategory.Ribbon Property

Gets the RibbonControl which owns the current category.

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

The RibbonControl which owns the current category.

See Also