Exemple #1
0
 public override string HtmlString(System.Web.Mvc.HtmlHelper helper, string nameFormat)
 {
     return(@"<label class=""td-filter-input k-header td-filter-checkbox"">"
            + helper.CheckBox(string.Format(nameFormat, Name)).ToHtmlString()
            + Text + "</label>");
 }