The Node type exposes the following members.

Constructors

  NameDescription
NodeOverloaded.

Properties

  NameDescription
CanWrite
When overridden in a derived class, gets whether the node value can be modified.
ChildFilter
Gets a callback for determining whether to show descendant nodes.
Children
Gets the displayable children of this node.
DeclaringType
Gets the type which declares the property represented by this node.
HasOwnInPlaceEditor
Gets whether the node has an editor associated directly with it.
HumanName
When overridden in a derived class, gets a display name for the node.
IndexedPropertyArguments
When overridden in a derived class, gets the index(es) of the instance of the property represented by this node.
InPlaceEditor
Gets the editor associated directly with this node, if there is one.
Name
Gets the name of the property represented by this node.
Parent
Gets the parent node of this node, if any.
Property
Gets the metadata for the property represented by this node.
PropertyInfo
Gets the metadata for the property represented by this node.
PropertyType
When overridden in a derived class, gets the type of the property represented by this node.
Source
Gets the object whose property is represented by this node.
Value
When overridden in a derived class, gets the value of the property represented by this node.

See Also