UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

50 lines (32 loc) 1.17 kB
import { IgcGridBaseDirective } from './igc-grid-base-directive'; /* jsonAPIManageCollectionInMarkup */ /* blazorElement */ /* mustUseNGParentAnchor */ /* wcElementTag: igc-grid-toolbar */ /* blazorIndirectRender */ /* singleInstanceIdentifier */ /* contentParent: GridBaseDirective */ /* contentParent: RowIsland */ /* contentParent: HierarchicalGrid */ /* jsonAPIManageItemInMarkup */ /** * Provides a context-aware container component for UI operations for the grid components. */ export declare class IgcGridToolbarComponent extends HTMLElement { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; /** * When enabled, shows the indeterminate progress bar. */ public set showProgress(value: boolean); public get showProgress(): boolean; /** * Gets/sets the grid component for the toolbar component. * @deprecated No longer required to be set for the Hierarchical Grid child grid template */ public set grid(value: IgcGridBaseDirective); public get grid(): IgcGridBaseDirective; }