Wijmo UI for the Web
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 }]});

関連トピック

参照

IC1CommandButtonFieldOptions インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.