# Ribbon Control Integration | WPF Controls | DevExpress Documentation

## Integration With the ThemedWindow

Use the [WindowKind](/WPF/DevExpress.Xpf.Core.ThemedWindow.WindowKind) property to integrate the [RibbonControl](/WPF/DevExpress.Xpf.Ribbon.RibbonControl) with a window:

- XAML

<section id="tabpanel_eabht2bQ0C_tabid-XAML" role="tabpanel" data-tab="tabid-XAML">
<pre><code class="lang-xaml">&lt;dx:ThemedWindow x:Class=&quot;Example.MainWindow&quot;
 ...
xmlns:dx=&quot;http://schemas.devexpress.com/winfx/2008/xaml/core&quot; WindowKind=&quot;Ribbon&quot;&gt;
</code></pre></section>

The following image illustrates the result:

![WindowKind-Ribbon](/WPF/images/windowkind-ribbon133402.png)

You can also show a search box to look for Ribbon items. For more information, refer to the following help topic: [SearchItemDisplayMode](/WPF/DevExpress.Xpf.Core.ThemedWindow.SearchItemDisplayMode):

![DevExpress ThemedWindow for WPF with the search box enabled](/WPF/images/themedwindow-showsearchitem.png)