igniteui-react-grids
Version:
Ignite UI React grid components.
22 lines (10 loc) • 403 B
TypeScript
import { IgcGridBaseDirective } from './igc-grid-base-directive';
/**
* 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.
*/
export declare class IgcGridFormGroupCreatedEventArgs
{
public owner: IgcGridBaseDirective;
}