Wpf 如何将DXRibbonWindow的标题设置在其中心

Wpf 如何将DXRibbonWindow的标题设置在其中心,wpf,ribbon-control,dxribbonwindow,Wpf,Ribbon Control,Dxribbonwindow,我使用的dxribonwindow如下: <dxr:DXRibbonWindow x:Class="MyNameSpace.MyRibbonWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlfor

我使用的
dxribonwindow
如下:

<dxr:DXRibbonWindow  x:Class="MyNameSpace.MyRibbonWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:dxn="http://schemas.devexpress.com/winfx/2008/xaml/navbar"
    xmlns:dxb="http://schemas.devexpress.com/winfx/2008/xaml/bars"
    xmlns:dxd="http://schemas.devexpress.com/winfx/2008/xaml/docking"
    xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol"
    xmlns:dxr="http://schemas.devexpress.com/winfx/2008/xaml/ribbon"
    xmlns:dxmvvm="http://schemas.devexpress.com/winfx/2008/xaml/mvvm"
    SnapsToDevicePixels="True"
    WindowStartupLocation="CenterScreen" WindowState="Maximized"
    Title="title">
    <Grid>
        ...
    </Grid>
</dxr:DXRibbonWindow>

...

我希望标题是在窗口的标题栏,但它没有,我怎么能做到这一点?我正在使用DevExpress 14.2.5。

使用
Visual Studio Blend
或类似解释的方式覆盖默认控件模板
我建议使用
Blend
查看和此问题发生在DEVExpress的14.5版中,我将其版本升级到最新的17.1版,然后问题已经解决,感谢DEVExpress开发人员