Click or drag to resize

IVariantToVariantTransformationIsEditable Property

Gets a value indicating whether this instance is editable, i.e. contains methods to make new instances of this class with other behaviour.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsEditable { get; }

Property Value

Boolean
true if this instance is editable; otherwise, false.
See Also