Example #1
0
 public T Prepend(BootstrapButton button)
 {
     this._model.prependButtons.Add(button);
     return((T)this);
 }
Example #2
0
 public IBootstrapDropDownList Append(BootstrapButton button)
 {
     this._model.appendButtons.Add(button);
     return(this);
 }