Provides a context-aware container component for UI operations for the grid components.
Constructors
Section titled "Constructors"IgcGridToolbarComponent
new IgcGridToolbarComponent(): IgcGridToolbarComponent Returns IgcGridToolbarComponent
Properties
Section titled "Properties"tagName
Section titled "tagName"tagName: string Accessors
Section titled "Accessors"get grid(): IgcGridBaseDirective
Returns IgcGridBaseDirective
Gets/sets the grid component for the toolbar component.
set grid(value: IgcGridBaseDirective): void Parameters
- value:
IgcGridBaseDirective
Returns void
showProgress
Section titled "showProgress"get showProgress(): boolean
Returns boolean
When enabled, shows the indeterminate progress bar.
set showProgress(value: boolean): void Parameters
- value:
boolean
Returns void
Methods
Section titled "Methods"register
Section titled "register"register(): void