If true, user can unselect the item by clicking it the second time.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool AllowUnselectItem { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(True)> _ Public Property AllowUnselectItem As Boolean |