Provides a context-aware container component for UI operations for the grid components.
- Igx Module
- IgxGridToolbarModule
Constructors
Section titled "Constructors"IgxGridToolbarComponent
new IgxGridToolbarComponent(): IgxGridToolbarComponent Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:102
Returns IgxGridToolbarComponent
Properties
Section titled "Properties"showProgress
Section titled "showProgress"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.
Accessors
Section titled "Accessors"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
- value:
GridType
Returns void
nativeElement
Section titled "nativeElement"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