If false, only a single item can be selected in the group.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AllowMultipleSelect { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property AllowMultipleSelect As Boolean

See Also