Click or drag to resize

SuspendableDocumentNodeBaseSetOfEventDataIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsReadOnly { get; }

Return Value

Boolean
if the ICollectionT is read-only; otherwise, .

Implements

ICollectionTIsReadOnly
See Also