ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / MultipleSelectionSeparator Property



In This Topic
    MultipleSelectionSeparator Property
    In This Topic
    Gets or sets text header separator in multi-select mode.
    Syntax
    'Declaration
     
    
    Public Property MultipleSelectionSeparator As String
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As String
     
    instance.MultipleSelectionSeparator = value
     
    value = instance.MultipleSelectionSeparator
    public string MultipleSelectionSeparator {get; set;}
    public:
    property String^ MultipleSelectionSeparator {
       String^ get();
       void set (    String^ value);
    }
    See Also