igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
35 lines (17 loc) • 584 B
TypeScript
/* jsonAPIPlainObject */
/* tsPlainInterface */
/* marshalByValue */
export declare class IgcSummaryResult
{
public set key(value: string);
public get key(): string;
public set label(value: string);
public get label(): string;
/* blazorAlternateName: Result */
public set summaryResult(value: any);
public get summaryResult(): any;
/**
* Apply default formatting based on the grid column type.
*/
public defaultFormatting?: boolean;
}