Interface 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

Properties

formGroup: FormGroup<any>
owner: GridType