Click or drag to resize

ItemsControllerTItemSelectedItem Property

Gets or sets the selected item. Used to bind the Selecteditem property of the Gui element.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SelectableListNode SelectedItem { get; set; }

Property Value

SelectableListNode
See Also