From 478dccf6928639e59e99277a6d68300f2b2bea59 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Thu, 28 Sep 2017 12:38:49 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Home.md b/Home.md index 74502ac..3c3ff71 100644 --- a/Home.md +++ b/Home.md @@ -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, or ) in the body of your XAML - - - - - - - - - - - - - - - -