GoXam for WPF v3
PartManager Property
Northwoods.GoXam Namespace > Diagram Class : PartManager Property
Gets or sets the PartManager responsible for creating and updating Parts for all of the data managed by the Model.
Syntax
[Category("Model")]
public PartManager PartManager {get; set;}

Property Value

The initial value is an instance of PartManager. There must always be a non-null value for this property. PartManagers cannot be shared by Diagrams.
See Also

Reference

Diagram Class
Diagram Members