Click or drag to resize

SelectableListNodeListFirstSelectedNode Property

Gets the first selected node, or null if no node is currently selected.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SelectableListNode? FirstSelectedNode { get; }

Property Value

SelectableListNode
See Also