The NodeItem type exposes the following members.

Constructors

  NameDescription
NodeItemOverloaded.

Methods

  NameDescription
CheckAccess (Inherited from DispatcherObject.)
ClearValueOverloaded.
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.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString
Provides a string representation of this EntityItem object.
(Inherited from EntityItem.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
IndentationProperty
Identifies the Indentation dependency property.
IsExpandedProperty
Identifies the IsExpanded dependency property.

Properties

  NameDescription
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.)

See Also