If true, one or more item in control can be selected.

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

Syntax

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

See Also