Provides a context-aware container component for UI operations for the grid components.

IgcGridToolbarComponent

new IgcGridToolbarComponent(): IgcGridToolbarComponent

Returns IgcGridToolbarComponent

tagName: string

Gets/sets the grid component for the toolbar component.

set grid(value: IgcGridBaseDirective): void

Parameters

Returns void

get showProgress(): boolean

Returns boolean

When enabled, shows the indeterminate progress bar.

set showProgress(value: boolean): void

Parameters

  • value: boolean

Returns void

register(): void

Returns void