score:1
Accepted answer
You could use Hierarchical DataTemplate
HTH
Source: stackoverflow.com
Related Articles
- Entity Framework - Binding WPF Tree view control
- Entity Framework 6 Code First Custom Functions
- Dynamic linq query expression tree for sql IN clause using Entity framework
- Avoiding repeated projection code in Entity Framework
- How can I view the Entity Framework LINQ query plan cache?
- Forcing Entity Framework to not generate NCLOB's when building Linq-to-Sql Code (Model First)
- Ordering Entity Framework items and child items for MVC view
- Entity Framework Code First without app.config
- Entity Framework Code First using context in Controller
- many to many mapping in entity framework code first
- How to Create a Run-Time Computed (NotMapped) Value in Entity Framework Code First
- TreeView and Entity Framework binding
- updating data in many-to-many relationship in entity framework in code first existing database
- Select category tree in Entity Framework
- Entity Framework Code First String Comparison with Oracle Db
- SQL subquery result in LINQ and Entity Framework Code First
- Build a nested lambda Expression Tree for an Entity Framework Many to Many relationship?
- Binding query to datagrid with WPF and Entity Framework
- most efficient Entity Framework Code First method of flattening / projecting parent entity with specific child
- Entity Framework Code First - Get blog posts which have certain tags
- How to Query Icollections of Entity Framework Code First Data
- Entity Framework code first - Many to Many - Include conditional
- Entity Framework (5) View parameters passed to generated SQL
- Mapping View to Entity using EF 5 Code First
- Entity Framework Core: Custom Linq methods for querying view models from DbContext
- Entity Framework Code First ToList method timing out on SQL Azure
- Entity Framework Insert In Code
- How to make a property unique in Entity Framework Code First
- How to add ListView Items via Binding by Entity Framework / Linq
- Entity Framework Code First override onModelCreating() for TPT Inheritance Screwing Up Identity User and Role Models
- Merge records in LINQ
- how to convert data to observable collection
- Does .Where(x=> x.listFoos.Count() > 1) count all sub element?
- Sorting a dictionary value which is a list of objects by given fields
- C# XML Linq, reading XML returns NullReferenceException
- converting into string in linq to entites
- Selecting next element (KeyValue) in Dictionary by Value state starting from current [Linq]
- System.Linq.Dynamic.ParseException: 'Operator '>' incompatible with operand types 'DateTime?' and 'Int32''
- getting result from LiNQ query
- How do I convert complex T-SQL into Linq
- linq to object using a list of tuples
- C# Linq Find all indexes of item in List<int> within another List<int>
- Search on all fields
- Group by on DataTable
- ordering based on count of values in column when getting distinct values
- Linq entity look ahead to value in next row
- Linq command to group by date - how to group
- How to prevent a condition from being repeated in several navigation properties in lambda expressions or linq
- Linq String Replace
- Pass query result to method (Linq, Wpf)