wijmo.grid 名前空間 > IC1CommandButtonFieldOptions インターフェース : showDeleteButton フィールド |
コマンド列に削除ボタンが表示されるかどうかを示す値を取得または設定します。
Javascript (Usage) | |
---|---|
var instance; //タイプ:wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: boolean value = instance.showDeleteButton; |
Javascript (Specification) | |
---|---|
var showDeleteButton : boolean; |
$("#element").wijgrid({ columns: [{ showDeleteButton: true }]});