If false, only a single item can be selected in the all of the groups in the control.

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

Syntax

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

See Also