Initialises a new instance of the PropertyGridBindingView class.

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

Syntax

C#
public PropertyGridBindingView(
	ObservableCollection<Node> properties
)
Visual Basic (Declaration)
Public Sub New ( _
	properties As ObservableCollection(Of Node) _
)

Parameters

properties
Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(Node>)>)
The set of nodes of the PropertyGrid.

See Also