The SimpleNodeItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleNodeItem |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Provides a string representation of this SimpleEntityItem object.
(Inherited from SimpleEntityItem.) |
Properties
| Name | Description | |
|---|---|---|
| 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.) |