ListBoxFormItemSelectedItems Property |
Gets or sets the list that contains the selected items.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic IList SelectedItems { get; set; }
Public Property SelectedItems As IList
Get
Set
Property Value
Type:
IList
See Also