Click or drag to resize

SingleSelectableListNodeList(String, String) Constructor

Initializes the collection with a list of names. One of them is the selected item.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SingleSelectableListNodeList(
	string[] names,
	string selectedName
)

Parameters

names  String
Array of names that are used to initialize the list.
selectedName  String
The selected name. Each item with this name is selected.
See Also