バージョン

columnChooserButtonApplyClick フィールド

列選択の [適用] ボタンがクリックしたときに発生するイベント。ハンドラー関数は引数 evt および ui を取得します。ui.owner を使用して、igGridHiding ウィジェットへの参照を取得します。ui.owner.grid を使用して、igGrid ウィジェットへの参照を取得します。ui.columnChooserElement を使用して、列の選択要素への参照を取得します。これは jQuery オブジェクトです。ui.columnsToShow を使用して表示する列識別子の配列を取得します。ui.columnsToHide を使用して非表示にする列識別子の配列を取得します。
シンタックス
'宣言
 
Public Const columnChooserButtonApplyClick As System.String
public const System.string columnChooserButtonApplyClick
参照

オンラインで表示: GitHub