GoXam for WPF v3
Modifiable Property (DiagramModel)
Northwoods.GoXam.Model Namespace > DiagramModel Class : Modifiable Property
Gets or sets whether various model-changing methods are enabled.
Syntax
public bool Modifiable {get; set;}

Property Value

By default this value is false.
Remarks

When false, this property disables methods named "Add...", "Modify...", or "Remove...".

But note that this property does not and cannot affect the "modifiability" or "read-only"-ness of model data, since the data classes may have no knowledge about this model class and this property.

See Also

Reference

DiagramModel Class
DiagramModel Members