Exemplo n.º 1
0
 public ToolbarItemBuilder AddCommandItem(string htmlContent, string command,
                                          bool disableWhileCommand = true, string callbackFunction = null)
 {
     return(_innerBuilder.AddCommandButton(htmlContent, command, disableWhileCommand, callbackFunction));
 }