/// <summary> /// /// </summary> public RowExpander.Builder RowExpander(RowExpander.Config config) { #if MVC return(new RowExpander.Builder(new RowExpander(config) { ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null })); #else return(new RowExpander.Builder(new RowExpander(config))); #endif }
/// <summary> /// /// </summary> public Builder(RowExpander.Config config) : base(new RowExpander(config)) { }
/// <summary> /// /// </summary> public RowExpander.Builder RowExpander(RowExpander.Config config) { return(new RowExpander.Builder(new RowExpander(config))); }