wpf-demos/AutoComplete/CS/MainWindow.xaml

13 строки
529 B
XML

<Window x:Class="SfAutoCompleteDemo.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="AutoComplete"
xmlns:Syncfusion="http://schemas.syncfusion.com/wpf"
WindowStartupLocation="CenterScreen" Icon="App.ico"
MinHeight="500" MinWidth="700" Height="550" Width="900"
xmlns:local="clr-namespace:SfAutoCompleteDemo" >
<Grid>
<local:AutoCompleteDemo/>
</Grid>
</Window>