ComponentOne FinancialChart for WPF
MultipleSelectionSeparator Property



C1.WPF Namespace > C1ComboBox Class : MultipleSelectionSeparator Property
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

Reference

C1ComboBox Class
C1ComboBox Members