SingleSelectableListNodeListSelectedValue Property |
Gets or sets the selected value. It is not recommended to bind the SelectedValue property of the Gui element to this;
better bind the SelectedItem property of the Gui element to
SelectedItem.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Object SelectedValue { get; set; }
Property Value
ObjectSee Also