UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

19 lines (18 loc) 878 B
import { IgcColumnSummaryDescriptionCollection } from "./igc-column-summary-description-collection"; import { GridSummaryDescriptionsChangedEventArgs as GridSummaryDescriptionsChangedEventArgs_internal } from "./GridSummaryDescriptionsChangedEventArgs"; /** * Information about the current summaries applied to the grid. */ export declare class IgcGridSummaryDescriptionsChangedEventArgs { protected createImplementation(): GridSummaryDescriptionsChangedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): GridSummaryDescriptionsChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get summaryDescriptions(): IgcColumnSummaryDescriptionCollection; set summaryDescriptions(v: IgcColumnSummaryDescriptionCollection); }