Click or drag to resize

MultipleSelectableListNodeListSelectedItems Property

Gets the currently selected items.

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

Property Value

IEnumerableSelectableListNodeWithParent
See Also