@ -104,19 +104,3 @@ Please note: The Extended WPF Toolkit is dependent on .NET Framework 4.0. You mu
1. Add a using statement ("using Xceed.Wpf.Toolkit;" for most of the controls, "using Xceed.Wpf.DataGrid;" for the datagrid control) to the top of .cs files
2. Add a new xmlns (xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" for most of the controls, xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" for the datagrid control) to the top of XAML files
3. Remember to use the namespace prefix (in the above example, <xctk:...> or <xcdg:...>) in the body of your XAML