Esempio n. 1
0
        /// <summary>
        ///
        /// </summary>
        public BoundList.Builder BoundList(BoundList component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new BoundList.Builder(component));
        }
Esempio n. 2
0
 /// <summary>
 ///
 /// </summary>
 public virtual TBuilder ListConfig(BoundList listConfig)
 {
     this.ToComponent().ListConfig = listConfig;
     return(this as TBuilder);
 }
 /// <summary>
 ///
 /// </summary>
 public BoundList.Builder BoundList(BoundList component)
 {
     return(new BoundList.Builder(component));
 }