Back to Devexpress

RibbonControl.IsInRibbonWindow Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-27799748.md

latest1.3 KB
Original Source

RibbonControl.IsInRibbonWindow Property

Gets whether the RibbonControl is displayed within a 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 bool IsInRibbonWindow { get; protected set; }
vb
Public Property IsInRibbonWindow As Boolean

Property Value

TypeDescription
Boolean

true if the RibbonControl is displayed within a DXRibbonWindow; otherwise, false.

|

See Also

Ribbon Control Integration

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace