ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / MultipleSelectionSeparator Property

In This Topic
    MultipleSelectionSeparator Property
    In This Topic
    A value that specifies the separator for the multiple selected items text in the textbox. Default: ",". Type: String.
    Syntax
    'Declaration
     
    Public Property MultipleSelectionSeparator As System.String
    public System.string MultipleSelectionSeparator {get; set;}
    See Also