Gets or sets the character or string used to separate multiple selections from the C1ComboBox drop-down list.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function get_multipleSelectionSeparator();
function set_multipleSelectionSeparator(value);

See Also