<div class="col-xs-4"> @Html.DropDownList("CustomerType", (MultiSelectList)ViewBag.CustomerType, new { @class = "chosen-select", multiple = "multiple", style = "width:370px;height:33px;" }) </div>
$("#CustomerType").chosen();
<div class="col-xs-4"> @Html.DropDownList("CustomerType", (MultiSelectList)ViewBag.CustomerType, new { @class = "chosen-select", multiple = "multiple", style = "width:370px;height:33px;" }) </div>
$("#CustomerType").chosen();