Wijmo UI for the Web
deleteCommand Field
wijmo.grid Namespace > IC1CommandButtonFieldOptions Interface : deleteCommand Field

Type: wijmo.grid.ICommandButton

Represents options of a Delete command button.

Syntax
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: ICommandButton
value = instance.deleteCommand;
var deleteCommand : ICommandButton;
Example
$("#element").wijgrid({
   columns: [{
      deleteCommand: {
         text: "Delete!"
      }
   }]
});
See Also

Reference

IC1CommandButtonFieldOptions Interface