Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

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