ListBoxFormItemSelectedValues Property
Gets or sets the values of the items that should be selected by default for this form item.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public IEnumerable<Object> SelectedValues { get; set; }

Property Value

Type: IEnumerableObject
See Also