Inheritance: GridCommand
        /// <summary>
        ///
        /// </summary>
        public SplitCommand.Builder SplitCommand(SplitCommand component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new SplitCommand.Builder(component));
        }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public SplitCommand.Builder SplitCommand(SplitCommand component)
 {
     return(new SplitCommand.Builder(component));
 }