Click or drag to resize

AltaxoDocumentProjectItemTypes Property

Gets the types of project item currently supported in the document.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<Type> ProjectItemTypes { get; }

Property Value

IEnumerableType
The project item types.

Implements

IProjectProjectItemTypes
See Also