Get the information is the collection editable. Non-Editable relations will throw exception, when AddRelation and RemoveRelation methods are called.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Editable { get; }
Visual Basic
ReadOnly Property Editable As Boolean
	Get
Visual C++
property bool Editable {
	bool get ();
}

Field Value

Boolean

See Also