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

Igx Module
IgxGridToolbarModule

IgxGridToolbarComponent

new IgxGridToolbarComponent(): IgxGridToolbarComponent

Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:102

Returns IgxGridToolbarComponent

When enabled, shows the indeterminate progress bar.

showProgress: boolean = false

Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:49

Remarks

By default this will be toggled, when the default exporter component is present and an exporting is in progress.

Gets/sets the grid component for the toolbar component.

get grid(): GridType

Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:62

Returns GridType

set grid(value: GridType): void

Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:69

Parameters

Returns void

Returns the native DOM element of the toolbar component

get nativeElement(): HTMLElement

Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:74

Returns HTMLElement