Initializes a new instance of the NodeItem class.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
public NodeItem(
	Object content,
	int indentation,
	bool isExpanded
)
Visual Basic (Declaration)
Public Sub New ( _
	content As Object, _
	indentation As Integer, _
	isExpanded As Boolean _
)

Parameters

content
Type: System..::.Object
Content of this NodeItem.
indentation
Type: System..::.Int32
Indentation level of this NodeItem.
isExpanded
Type: System..::.Boolean
Expansion indicator of this NodeItem.

See Also