wijmo.grid Namespace > IC1CommandBtnFieldOptions Interface : deleteCommand Field |
Represents options of a Delete command button.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions; var value; // Type: ICommandButton value = instance.deleteCommand; |
Javascript (Specification) | |
---|---|
var deleteCommand : ICommandButton; |
$("#element").wijgrid({ columns: [{ deleteCommand: { text: "Delete!" } }] });