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

In This Topic
    AddItemCols Property (C1Combo)
    In This Topic
    Returns or sets the column number for the AddItem mode.
    Syntax
    'Declaration
     
    
    Public Property AddItemCols As Integer
    public int AddItemCols {get; set;}
    See Also