ListBoxFormItemSelectedItem Property |
Gets or sets the value of the ListBox when using single-selection.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic DataItem SelectedItem { get; set; }
Public Property SelectedItem As DataItem
Get
Set
Property Value
Type:
DataItem
See Also