The PropertyNode type exposes the following members.

Properties

  NameDescription
CanWrite
Gets whether the property value can be modified.
(Overrides Node..::.CanWrite.)
ChildFilter
Gets a callback for determining whether to show descendant nodes.
(Inherited from Node.)
Children
Gets the displayable children of this node.
(Inherited from Node.)
DeclaringType
Gets the type which declares the property represented by this node.
(Inherited from Node.)
HasOwnInPlaceEditor
Gets whether the node has an editor associated directly with it.
(Inherited from Node.)
HumanName
Gets a display name for the node.
(Overrides Node..::.HumanName.)
IndexedPropertyArguments
Gets the indexed property arguments. For a PropertyNode, the property is always non-indexed and this always returns null.
(Overrides Node..::.IndexedPropertyArguments.)
InPlaceEditor
Gets the editor associated directly with this node, if there is one.
(Inherited from Node.)
Name
Gets the name of the property represented by this node.
(Inherited from Node.)
Parent
Gets the parent node of this node, if any.
(Inherited from Node.)
Property
Gets the metadata for the property represented by this node.
(Inherited from Node.)
PropertyInfo
Gets the metadata for the property represented by this node.
(Inherited from Node.)
PropertyType
Gets the type of the property represented by this node.
(Overrides Node..::.PropertyType.)
Source
Gets the object whose property is represented by this node.
(Inherited from Node.)
Value
Gets the value of the property represented by this node.
(Overrides Node..::.Value.)

See Also