Код: Выделить всё
public class Team
{
public int Id { get; set; }
public string Name { get; set; }
public ObservableCollection Competencies { get; set; } = new ObservableCollection();
public ObservableCollection Employees { get; set; } = new ObservableCollection();
}
Код: Выделить всё
Код: Выделить всё
Team (root)
- "Employees" (fixed node text, and when I click on this to present all employees for that team)
--Emp1
--Emp2
- "Competencies" - (fixed node text, and when I click on this to present all employees for that team)
-- Competency1
-- Competency2
Возможно ли это иметь разные столбцы внутри каждой группы узлов?
Возможно ли это иметь разные столбцы внутри каждой группы узлов?
п>
Подробнее здесь: https://stackoverflow.com/questions/787 ... xpress-wpf
Мобильная версия