Source for goxam--is it only xml or it will list

Hi,

source for goxam--is it only xml or it will take any collection .

Are you asking about the model’s NodesSource collection? Yes, that takes any IEnumerable of any kind of object.

But if the model might be changed dynamically, it’s common for it to be of type System.Collections.ObjectModel.ObservableCollection, so that any insertions into or removals from that collection will automatically be noticed by the model, so that the Diagram.PartManager can automatically add or remove Nodes and Links in the Diagram.