Initialises a new instance of the PropertyNode class.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public PropertyNode( Object source, string caption, PropertyInfo property, Predicate<Node> childFilter ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ source As Object, _ caption As String, _ property As PropertyInfo, _ childFilter As Predicate(Of Node) _ ) |
Parameters
- source
- Type: System..::.Object
The object whose property is being represented.
- caption
- Type: System..::.String
A human-readable display name for this property.
- property
- Type: System.Reflection..::.PropertyInfo
The property being represented.
- childFilter
- Type: System..::.Predicate<(Of <(Node>)>)
A callback for determining whether to show descendant nodes.