Initialises a new instance of the PropertyGridBindingView class.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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.