[]
Gets or sets the maximum row count for the check-box-list.
public int MaxRowCount { get; set; }
Public Property MaxRowCount As Integer
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.MaxRowCount = 3;
int maxRowCount = cellType.MaxRowCount;