Northwoods.GoSilverlight 1.3.5 Assembly
Modifiable Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > DiagramModel Class : Modifiable Property

Gets or sets whether various model-changing methods are enabled.

Syntax

Visual Basic (Declaration) 
Public Property Modifiable As Boolean
C# 
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.

Requirements

See Also

© 2012 All Rights Reserved.