var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.deleteCommand;
var deleteCommand : ICommandButton;
Represents options of a Delete command button.
var instance; // Type: wijmo.grid.IColumn; var value; // Type: ICommandButton value = instance.deleteCommand;
var deleteCommand : ICommandButton;
$("#element").wijgrid({ columns: [{ deleteCommand: { text: "Delete!" } }] });