Skip to content

Commit 3fabf15

Browse files
How to bind selected items in wpf treeview
1 parent e9165a4 commit 3fabf15

9 files changed

+45
-71
lines changed

SfTreeViewMVVMSelection/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using System.Windows;
1414
using Syncfusion.Licensing;
1515

16-
namespace CheckedTreeViewDemo
16+
namespace TreeViewMVVMselectionDemo
1717
{
1818
/// <summary>
1919
/// Interaction logic for App.xaml

SfTreeViewMVVMSelection/Properties/Resources.Designer.cs

Lines changed: 21 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SfTreeViewMVVMSelection/Properties/Settings.Designer.cs

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SfTreeViewMVVMSelection/TreeViewMVVMSelection_2010.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{91B0DE08-608F-4824-BEC5-5666AE39F298}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>TreeNodeWithCheckBoxDemo</RootNamespace>
12-
<AssemblyName>TreeNodeWithCheckBoxDemo</AssemblyName>
11+
<RootNamespace>TreeViewMVVMselectionDemo</RootNamespace>
12+
<AssemblyName>TreeViewMVVMselectionDemo</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>

SfTreeViewMVVMSelection/TreeViewMVVMSelection_2012.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{91B0DE08-608F-4824-BEC5-5666AE39F298}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>TreeNodeWithCheckBoxDemo</RootNamespace>
12-
<AssemblyName>TreeNodeWithCheckBoxDemo</AssemblyName>
11+
<RootNamespace>TreeViewMVVMselectionDemo</RootNamespace>
12+
<AssemblyName>TreeViewMVVMselectionDemo</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>
1515
</TargetFrameworkProfile>

SfTreeViewMVVMSelection/TreeViewMVVMSelection_2013.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{91B0DE08-608F-4824-BEC5-5666AE39F298}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>TreeNodeWithCheckBoxDemo</RootNamespace>
12-
<AssemblyName>TreeNodeWithCheckBoxDemo</AssemblyName>
11+
<RootNamespace>TreeViewMVVMselectionDemo</RootNamespace>
12+
<AssemblyName>TreeViewMVVMselectionDemo</AssemblyName>
1313
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>
1515
</TargetFrameworkProfile>

SfTreeViewMVVMSelection/TreeViewMVVMSelection_2015.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{91B0DE08-608F-4824-BEC5-5666AE39F298}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>TreeNodeWithCheckBoxDemo</RootNamespace>
12-
<AssemblyName>TreeNodeWithCheckBoxDemo</AssemblyName>
11+
<RootNamespace>TreeViewMVVMselectionDemo</RootNamespace>
12+
<AssemblyName>TreeViewMVVMselectionDemo</AssemblyName>
1313
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>
1515
</TargetFrameworkProfile>

SfTreeViewMVVMSelection/TreeViewMVVMSelection_2017.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ProjectGuid>{91B0DE08-608F-4824-BEC5-5666AE39F298}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>TreeNodeWithCheckBoxDemo</RootNamespace>
12-
<AssemblyName>TreeNodeWithCheckBoxDemo</AssemblyName>
11+
<RootNamespace>TreeViewMVVMselectionDemo</RootNamespace>
12+
<AssemblyName>TreeViewMVVMselectionDemo</AssemblyName>
1313
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>
1515
</TargetFrameworkProfile>

SfTreeViewMVVMSelection/TreeViewMVVMSelection_NETCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<UseWPF>true</UseWPF>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7-
<AssemblyName>TreeNodeWithCheckBoxDemo</AssemblyName>
8-
<RootNamespace>TreeNodeWithCheckBoxDemo</RootNamespace>
7+
<AssemblyName>TreeViewMVVMselectionDemo</AssemblyName>
8+
<RootNamespace>TreeViewMVVMselectionDemo</RootNamespace>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<Resource Include="App.ico" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

0 commit comments

Comments
 (0)