SingleSelectableListNodeList(String, String) Constructor |
Initializes the collection with a list of names. One of them is the selected item.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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