ListBoxFormItemSelectedItem Property
Gets or sets the value of the ListBox when using single-selection.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public DataItem SelectedItem { get; set; }

Property Value

Type: DataItem
See Also