Click or drag to resize

MultipleSelectableListNodeListSelectedItems Property

[Missing <summary> documentation for "P:Altaxo.Collections.MultipleSelectableListNodeList.SelectedItems"]


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

Property Value

IEnumerableSelectableListNodeWithParent
See Also