[]
Gets or sets the maximum column count for the check-box-list.
public int MaxColumnCount { get; set; }
Public Property MaxColumnCount As Integer
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.MaxColumnCount = 2;
int maxColumnCount = cellType.MaxColumnCount;