/// <summary> /// /// </summary> public TransformGrid.Builder TransformGrid(TransformGrid component) { #if MVC component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null; #endif return(new TransformGrid.Builder(component)); }
/// <summary> /// /// </summary> public TransformGrid.Builder TransformGrid(TransformGrid component) { return(new TransformGrid.Builder(component)); }