Click or drag to resize

SelectableListNodeListSetSelection Method

Sets the selection of all nodes using a function of the node.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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