The NodeItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NodeItem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CheckAccess | (Inherited from DispatcherObject.) | |
| ClearValue | Overloaded. | |
| CoerceValue | (Inherited from DependencyObject.) | |
| Equals | (Inherited from DependencyObject.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from DependencyObject.) | |
| GetLocalValueEnumerator | (Inherited from DependencyObject.) | |
| GetType | (Inherited from Object.) | |
| GetValue | (Inherited from DependencyObject.) | |
| InvalidateProperty | (Inherited from DependencyObject.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnPropertyChanged | (Inherited from DependencyObject.) | |
| ReadLocalValue | (Inherited from DependencyObject.) | |
| SetCurrentValue | (Inherited from DependencyObject.) | |
| SetValue | Overloaded. | |
| ShouldSerializeProperty | (Inherited from DependencyObject.) | |
| ToString |
Provides a string representation of this EntityItem object.
(Inherited from EntityItem.) | |
| VerifyAccess | (Inherited from DispatcherObject.) |
Fields
| Name | Description | |
|---|---|---|
| IndentationProperty |
Identifies the Indentation dependency property.
| |
| IsExpandedProperty |
Identifies the IsExpanded dependency property.
|
Properties
| Name | Description | |
|---|---|---|
| Content |
Gets or sets the content of this EntityItem.
This is a dependency property.
(Inherited from EntityItem.) | |
| DependencyObjectType | (Inherited from DependencyObject.) | |
| Dispatcher | (Inherited from DispatcherObject.) | |
| Indentation |
Gets or sets the indentation level of this NodeItem.
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.
This is a dependency property.
| |
| IsExpanded |
Gets or sets the expansion indicator of this NodeItem.
If a parent node is expanded its child nodes become visible. If a parent node is collapsed its child nodes become invisible.
This is a dependency property.
| |
| IsSealed | (Inherited from DependencyObject.) | |
| Tag |
Gets or sets an arbitrary object value that can be used to store custom information about this EntityItem.
This is a dependency property.
(Inherited from EntityItem.) |