Enumerates the currently visible selected items in the hierarchy and all their child items.

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

Syntax

C#
public IEnumerable<DataTreeGridItem> GetSelectedItems()
Visual Basic (Declaration)
Public Function GetSelectedItems As IEnumerable(Of DataTreeGridItem)

See Also