Gets or sets the mode of selection for the items in the control.None/One/MultiSelect

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

Syntax

JavaScript
function get_selectionMode();
function set_selectionMode(value);

Implements

IC1ToolBarItemOwner..::..SelectionMode

See Also