RibbonControl.EmbedRibbonInWindowTitle Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true to display the Ribbon |
#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.
See Also