UNPKG

igniteui-react-core

Version:
29 lines (28 loc) 920 B
import { GridColumnOptionsSectionBaseDescription } from "./GridColumnOptionsSectionBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridColumnSummaryOptionsDescription extends GridColumnOptionsSectionBaseDescription { static $t: Type; protected get_type(): string; constructor(); private av; get summaryCaption(): string; set summaryCaption(a: string); private ax; get summaryListDensity(): string; set summaryListDensity(a: string); private au; get actualSummaryListDensity(): string; set actualSummaryListDensity(a: string); private as; get activeCount(): number; set activeCount(a: number); private ay; get summaryListTextColor(): string; set summaryListTextColor(a: string); private aw; get summaryListBackground(): string; set summaryListBackground(a: string); }