ListBoxFormItemSelectedValues Property |
Gets or sets the values of the items that should be selected by default for this form item.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic IEnumerable<Object> SelectedValues { get; set; }
Public Property SelectedValues As IEnumerable(Of Object)
Get
Set
Property Value
Type:
IEnumerableObject
See Also