ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / AddItemTitles Method
The titles to be set. It is delimited by the semicolon (;).

In This Topic
    AddItemTitles Method (DropDownList)
    In This Topic
    Sets the column titles in the C1.Win.C1List.ListBase.C1ListBase.AddItem mode.
    Syntax
    'Declaration
     
    
    Public Sub AddItemTitles( _
       ByVal titles As String _
    ) 
    public void AddItemTitles( 
       string titles
    )

    Parameters

    titles
    The titles to be set. It is delimited by the semicolon (;).
    See Also