ActionPortModelAllowMultipleValues Property

Only relevant if this port represents a collection of business objects. In that case, this boolean indicates whether multiple items can be selected or just one.

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public bool AllowMultipleValues { get; set; }

Property Value

Boolean

Implements

IHasDefaultValueAllowMultipleValues

See Also