Exemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        public RowEditing.Builder RowEditing(RowEditing component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new RowEditing.Builder(component));
        }
 /// <summary>
 ///
 /// </summary>
 public RowEditing.Builder RowEditing(RowEditing component)
 {
     return(new RowEditing.Builder(component));
 }