[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.AddItemCols

AddItemCols Property

AddItemCols

Returns or sets the column number for the AddItem mode.

Declaration
[Browsable(false)]
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(string) or AddItemTitles(string), the control will set the AddItemCols property for you.