クラス IgxChildGridRowComponent

階層

Hierarchy

  • IgxChildGridRowComponent

実装

  • AfterViewInit
  • OnInit

コンストラクタ

プロパティ

アクセサー

コンストラクタ

プロパティ

cdr: ChangeDetectorRef
container: ViewContainerRef
element: ElementRef<HTMLElement>
expanded: boolean = false

行が展開されるかどうかを返します。

const RowExpanded = this.grid1.rowList.first.expanded;
gridAPI: IgxHierarchicalGridAPIService
index: number

行のインデックス。

// 2 番目に選択された項目のインデックスを取得します。
let selectedRowIndex = this.grid.selectedRows[1].index;

アクセサー