Represents a simple node item that can be used as a data definition object when inserting or adding a Node using a NodeManager with simple data management mode. It is recommended to set at least these data properties: Indentation. These data properties can also be set: IsExpanded.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class SimpleNodeItem : SimpleEntityItem, 
	INodeItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class SimpleNodeItem _
	Inherits SimpleEntityItem _
	Implements INodeItem

Inheritance Hierarchy

See Also