クラス IgxGridActionButtonComponent

階層

Hierarchy

  • IgxGridActionButtonComponent

コンストラクタ

プロパティ

actionClick: EventEmitter<Event> = ...

アクション ボタンがクリックされるときに発生されるイベント。

Example

 <igx-grid-action-button (actionClick)="startEdit($event)"></igx-grid-action-button>
asMenuItem: boolean = false

ボタンのアクションをメニューに描画し、テキスト ラベルをコンテナー化するかどうか。

classNames: string

追加のメニュー項目コンテナー要素クラス。

container: ElementRef<any>
iconName: string

ボタンに表示するアイコンの名前。

iconSet: string

アイコン セットの名前。アイコンが別のアイコン セットのものである場合に使用されます。

labelText: string

ラベルのテキスト。