Click or drag to resize

AltaxoDocumentProjectItemCollections Property

Gets the project item collections currently owned by the document.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<IProjectItemCollection> ProjectItemCollections { get; }

Property Value

IEnumerableIProjectItemCollection

Implements

IProjectProjectItemCollections
See Also