Attaches the specified item to this control instance.

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

Syntax

C#
public void AttachItem(
	DataTreeGridItem item
)
Visual Basic (Declaration)
Public Sub AttachItem ( _
	item As DataTreeGridItem _
)

See Also