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:94
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:48
Remarks
By default this will be toggled, when the default exporter component is present and an exporting is in progress.
grid: GridType Defined in projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:61, projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar.component.ts:68
Accessors
Section titled "Accessors"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:73
Returns HTMLElement