クラス IgxGridGroupByRowComponent

階層

Hierarchy

  • IgxGridGroupByRowComponent

実装

  • OnDestroy

コンストラクタ

プロパティ

cdr: ChangeDetectorRef
element: ElementRef<any>
filteringService: IgxFilteringService
grid: GridType
gridID: string

Input

行に属するグリッドの id を設定する @Input プロパティ。

<igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
gridSelection: IgxGridSelectionService
groupContent: ElementRef<any>

グループのコンテンツへの参照を返します。

const groupRowContent = this.grid1.rowList.first.groupContent;
groupRow: IGroupByRecord

Input

コンポーネントが描画されるためのグループ レコードを指定する @Input プロパティ。

<igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
index: number

Input

行のインデックスを設定する @Input プロパティ。

<igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>

アクセサー

メソッド