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

In This Topic
    AddItemCols Property (C1ListBase)
    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;}
    Remarks
    You can set the AddItemCols property explicitly, or if it is not set (in that case, the AddItemCols is 0), when you call AddItem or AddItemTitles, the control will set the AddItemCols property for you.
    See Also