Gets a collection of DataTreeGridItem objects that represent the individual items in the DataTreeGrid control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public ObservableCollection<DataTreeGridItem> Items { get; set; }
Visual Basic (Declaration)
Public Property Items As ObservableCollection(Of DataTreeGridItem)
	Get
	Set

See Also