Click or drag to resize

CompositeItemItems Property

Gets the child items.

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<Item> Items { get; }

Property Value

ObservableCollectionItem
See Also