UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

32 lines (31 loc) 833 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DataGridSummaryResultDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private s; get groupKeyRef(): string; set groupKeyRef(a: string); private u; get propertyName(): string; set propertyName(a: string); private t; get operand(): string; set operand(a: string); private p; get value(): any; set value(a: any); private n; get summaryIndex(): number; set summaryIndex(a: number); private l; get shouldDisplay(): boolean; set shouldDisplay(a: boolean); }