ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / AddItemSeparator Property

In This Topic
    AddItemSeparator Property (C1List)
    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;}
    Remarks
    This property takes ; as the default value.
    See Also