Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/RibbonDemo.Wpf/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/RibbonDemo.Wpf/Modules/RibbonWindow.xaml

<local:RibbonDemoModule x:Class="RibbonDemo.RibbonWindow"
      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:dxdb="http://schemas.devexpress.com/winfx/2008/xaml/demobase"
      xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
      mc:Ignorable="d"
      xmlns:local="clr-namespace:RibbonDemo"
      d:DesignHeight="300" d:DesignWidth="300">
    <dxdb:DemoModuleControl>
        <Button Content="Launch DXRibbonWindow" Width="177" Height="100" HorizontalAlignment="Center" VerticalAlignment="Center" Click="Button_Click"/>
    </dxdb:DemoModuleControl>
</local:RibbonDemoModule>