Exemplo n.º 1
0
 public static DropDownListDescriptor AsWidgetTemplateChooser(this DropDownListDescriptor drop)
 {
     return(drop.SetTemplate("TemplateChooser").Required());
 }