Back to Devexpress

RibbonPageCategoryBase.Ribbon Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagecategorybase-af1a4817.md

latest1.2 KB
Original Source

RibbonPageCategoryBase.Ribbon Property

Gets the RibbonControl that owns the current object. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonControl Ribbon { get; protected set; }
vb
Public Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

A RibbonControl that owns the current object.

|

See Also

RibbonPageCategoryBase Class

RibbonPageCategoryBase Members

DevExpress.Xpf.Ribbon Namespace