Gets or sets the mode of selection for the items in the control.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, SelectionMode.AllowUnselectItem)] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(SelectionMode.AllowUnselectItem)] public SelectionMode SelectionMode { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, SelectionMode.AllowUnselectItem)> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(SelectionMode.AllowUnselectItem)> _ Public Property SelectionMode As SelectionMode Get Set |