Back to Devexpress

DXRibbonWindow.ActualRibbon Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-dxribbonwindow.md

latest1.2 KB
Original Source

DXRibbonWindow.ActualRibbon Property

Gets the RibbonControl integrated into the current DXRibbonWindow. 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 ActualRibbon { get; }
vb
Public ReadOnly Property ActualRibbon As RibbonControl

Property Value

TypeDescription
RibbonControl

The RibbonControl integrated into the current DXRibbonWindow.

|

See Also

DXRibbonWindow Class

DXRibbonWindow Members

DevExpress.Xpf.Ribbon Namespace