Initializes a new instance of the ChildPathExtension class.

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

Syntax

C#
public ChildPathExtension(
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	path As String _
)

Parameters

path
Type: System..::.String
The child collection property path.

Remarks

Use this constructor if you do not intend to set the Binding property explicitly. If you set the Binding property, it will override the path set in the constructor.

See Also