Class IgxActionStripComponent

Action Strip は 1 つ以上のアクションのテンプレート領域を提供します。

IgxActionStripModule

igx-action-strip-theme

action, strip, actionStrip, pinning, editing

データ入力 & 表示

IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxRowIslandComponent, *

Ignite UI Action Strip は、その親コンテナーをオーバーレイするコンテナーであり、 ストリップがインスタンス化または表示される親コンポーネントに適用可能なアクションを含むアクション ボタンを表示します。

<igx-action-strip #actionStrip>
<igx-icon (click)="doSomeAction()"></igx-icon>
</igx-action-strip

実装

  • IgxActionStripToken
  • AfterContentInit
  • AfterViewInit

コンストラクター

プロパティ

アクセサー

メソッド

コンストラクター

プロパティ

context: any

Action Strip のコンテキストを設定します。 コンテキストは、要素プロパティを持つ @Component のインスタンスである必要があります。 この要素は Action Strip のプレースホルダーになります。

<igx-action-strip [context]="cell"></igx-action-strip>
hidden: boolean = false

アクション ストリップの表示/非表示を取得/設定します。 アクション ストリップを最初に非表示にするかどうかの設定に使用できます。

 <igx-action-strip [hidden]="false">

アクセサー

メソッド