Gets or sets the mode of selection for the items in the control.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, SelectionMode.None)]
[DefaultValueAttribute(SelectionMode.None)]
[LayoutAttribute(LayoutType.Behavior)]
public SelectionMode SelectionMode { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, SelectionMode.None)> _
<DefaultValueAttribute(SelectionMode.None)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property SelectionMode As SelectionMode
	Get
	Set

Implements

IC1ToolBarItemContainer..::..SelectionMode

See Also