Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public bool IsInRibbonWindow { get; protected set; }

Property Value

Type Description
Boolean

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

See Also