Inheritance: DragSource
Exemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        public DragZone.Builder DragZone(DragZone component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new DragZone.Builder(component));
        }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public DragZone.Builder DragZone(DragZone component)
 {
     return(new DragZone.Builder(component));
 }
 /// <summary>
 /// Config object that is applied to the internally created DragZone
 /// </summary>
 public virtual TBuilder DDConfig(DragZone dDConfig)
 {
     this.ToComponent().DDConfig = dDConfig;
     return(this as TBuilder);
 }
 /// <summary>
 /// Config object that is applied to the internally created DragZone
 /// </summary>
 public virtual DataViewDraggable.Builder DDConfig(DragZone dDConfig)
 {
     this.ToComponent().DDConfig = dDConfig;
     return(this as DataViewDraggable.Builder);
 }