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

In This Topic
    AddItemCols Property (C1List)
    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 C1.Win.C1List.ListBase.C1ListBase.AddItem or C1.Win.C1List.ListBase.C1ListBase.AddItemTitles, the control will set the AddItemCols property for you.
    See Also