IGridFormGroupCreatedEventArgs
Interface representing the event arguments when a form group is created in the grid.
- formGroup: The form group that is created.
- owner: The grid instance that owns the form group.
Properties
Section titled "Properties"formGroup
Section titled "formGroup"formGroup: FormGroup Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:277
owner
Section titled "owner"owner: GridType Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:278