Skip to main content

RibbonControl.EmbedRibbonInWindowTitle Property

Gets or sets whether the RibbonControl replaces the window’s title bar. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool EmbedRibbonInWindowTitle { get; set; }

Property Value

Type Description
Boolean

true to display the RibbonControl instead of the window’s title bar; otherwise, false. The default is false.

Remarks

Set the EmbedRibbonInWindowTitle property to true to display the current RibbonControl instead of the window’s title bar.

The following image demonstrates the effect of the EmbedRibbonInWindowTitle property.

EmbedRibbonInWindowTitle

See Also