The SimpleNodeItem type exposes the following members.

Constructors

  NameDescription
SimpleNodeItem

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Provides a string representation of this SimpleEntityItem object.
(Inherited from SimpleEntityItem.)

Properties

  NameDescription
Content
Gets or sets the content of this SimpleEntityItem.
(Inherited from SimpleEntityItem.)
Indentation
Gets or sets the indentation level of this SimpleNodeItem. The hierarchy is based on the indentation level values of the nodes, so that a node with a lower index in the collection and having a specific indentation level will become the parent node for the nodes with a higher index in the collection and having an increased indentation level. It is recommended to set this property.
IsExpanded
Gets or sets the expansion indicator of this SimpleNodeItem. If a parent node is expanded its child nodes become visible. If a parent node is collapsed its child nodes become invisible.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this SimpleEntityItem.
(Inherited from SimpleEntityItem.)

See Also