UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

37 lines (27 loc) 912 B
import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-actions-directive'; import { IgcBaseToolbarDirectiveEventMap } from './igc-base-toolbar-directive'; /* blazorElement */ /* wcElementTag: igc-grid-toolbar-pinning */ /* singleInstanceIdentifier */ /* blazorIndirectRender */ /* jsonAPIManageItemInMarkup */ /** * Provides a pre-configured column pinning component for the grid. * * * @igxModule IgxGridToolbarModule * @igxParent IgxGridToolbarComponent * * @example * ```html * <igx-grid-toolbar-pinning></igx-grid-toolbar-pinning> * ``` */ export declare class IgcGridToolbarPinningComponent extends IgcBaseToolbarColumnActionsDirective { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; } export type IgcGridToolbarPinningComponentEventMap = IgcBaseToolbarDirectiveEventMap