Back to Devexpress

RibbonPageCategory.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategory-58c2bbd7.md

latest1.3 KB
Original Source

RibbonPageCategory.Ribbon Property

Gets the RibbonControl which owns the current category.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override RibbonControl Ribbon { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

The RibbonControl which owns the current category.

|

See Also

RibbonPageCategory Class

RibbonPageCategory Members

DevExpress.XtraBars.Ribbon Namespace