| wijmo.grid 名前空間 > IC1CommandButtonFieldOptions インターフェース : deleteCommand フィールド |
削除コマンドボタンのオプションを表します。
| Javascript (Usage) | |
|---|---|
var instance; //タイプ:wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: ICommandButton value = instance.deleteCommand; | |
| Javascript (Specification) | |
|---|---|
var deleteCommand : ICommandButton; | |
$("#element").wijgrid({ columns: [{ deleteCommand: { text: "Delete!" } }]});