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.One)] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(SelectionMode.One)] public SelectionMode SelectionMode { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, SelectionMode.One)> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(SelectionMode.One)> _ Public Property SelectionMode As SelectionMode Get Set |