ComponentOne Basic Library for WPF and Silverlight
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 System.String
'Usage
 
Dim instance As C1ComboBox
Dim value As System.String
 
instance.MultipleSelectionSeparator = value
 
value = instance.MultipleSelectionSeparator
public System.string MultipleSelectionSeparator {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members