SelectableListNodeListSetSelection Method |
Sets the selection of all nodes using a function of the node.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetSelection(
Func<SelectableListNode, bool> predicate
)
Parameters
- predicate FuncSelectableListNode, Boolean
- The predicate. Argument is the list node. The return value is a bool indicating whether this node should be selected or not.
See Also