AddItemSeparator Property (C1Combo)
In This Topic
Determines the separation string for columns when using the AddItem method in AddItem mode.
Syntax
'Declaration
Public Property AddItemSeparator As Char
public char AddItemSeparator {get; set;}
See Also