SelectableListNodeListUniqueSelectedItem Property |
Gets/sets exactly one item that is selected.
Intended for operation with comboboxes etc., were the list has none or exactly one item that is selected.
Note that use of this property is limited to short lists, because the selected item is searched by iteration through the list.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SelectableListNode? UniqueSelectedItem { get; set; }
Property Value
SelectableListNode
The unique selected item.
See Also