Initialises a new instance of the PropertyNode class.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public PropertyNode(
	Object source,
	PropertyInfo property,
	Predicate<Node> childFilter
)
Visual Basic (Declaration)
Public Sub New ( _
	source As Object, _
	property As PropertyInfo, _
	childFilter As Predicate(Of Node) _
)

Parameters

source
Type: System..::.Object
The object whose property is being represented.
property
Type: System.Reflection..::.PropertyInfo
The property being represented.
childFilter
Type: System..::.Predicate<(Of <(Node>)>)
A callback for determining whether to show descendant nodes.

See Also