SagiK-Repository / POC_.Net_DevExpress

✔ [POC] .Net DevExpress를 분석합니다.
0 stars 0 forks source link

C# Xaml DevExpress 적용 방법 #3

Closed SAgiKPJH closed 7 months ago

SAgiKPJH commented 8 months ago

Xaml 코드에 DevExpress 적용

<Window x:Class="WpfApp1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:dxdo="http://schemas.devexpress.com/winfx/2008/xaml/docking"
        mc:Ignorable="d"
        Title="MainWindow"
        Height="450"
        Width="800">
    <dxdo:DockLayoutManager>

    </dxdo:DockLayoutManager>
</Window>