UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

122 lines (121 loc) 3.91 kB
import { GridColumnOptionsBaseDescription } from "./GridColumnOptionsBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridColumnOptionsDescription extends GridColumnOptionsBaseDescription { static $t: Type; protected get_type(): string; constructor(); private bs; get columnNameFontFamily(): string; set columnNameFontFamily(a: string); private bb; get columnNameFontSize(): number; set columnNameFontSize(a: number); private bt; get columnNameFontStyle(): string; set columnNameFontStyle(a: string); private bu; get columnNameFontWeight(): string; set columnNameFontWeight(a: string); private be; get paddingLeft(): number; set paddingLeft(a: number); private bg; get paddingTop(): number; set paddingTop(a: number); private bf; get paddingRight(): number; set paddingRight(a: number); private bd; get paddingBottom(): number; set paddingBottom(a: number); private ax; get headerVisible(): boolean; set headerVisible(a: boolean); private a1; get sortOptionsVisible(): boolean; set sortOptionsVisible(a: boolean); private az; get moveOptionsVisible(): boolean; set moveOptionsVisible(a: boolean); private a0; get pinOptionsVisible(): boolean; set pinOptionsVisible(a: boolean); private ay; get hideOptionsVisible(): boolean; set hideOptionsVisible(a: boolean); private aw; get groupOptionsVisible(): boolean; set groupOptionsVisible(a: boolean); private av; get filterOptionsVisible(): boolean; set filterOptionsVisible(a: boolean); private a2; get summaryOptionsVisible(): boolean; set summaryOptionsVisible(a: boolean); private b5; get sortHeaderCaption(): string; set sortHeaderCaption(a: string); private b3; get sortAscendingCaption(): string; set sortAscendingCaption(a: string); private b4; get sortDescendingCaption(): string; set sortDescendingCaption(a: string); private bx; get moveHeaderCaption(): string; set moveHeaderCaption(a: string); private by; get moveLeftCaption(): string; set moveLeftCaption(a: string); private bz; get moveRightCaption(): string; set moveRightCaption(a: string); private b0; get pinHeaderCaption(): string; set pinHeaderCaption(a: string); private b1; get pinLeftCaption(): string; set pinLeftCaption(a: string); private b2; get pinRightCaption(): string; set pinRightCaption(a: string); private bo; get applyFiltersButtonCaption(): string; set applyFiltersButtonCaption(a: string); private bq; get cancelFiltersButtonCaption(): string; set cancelFiltersButtonCaption(a: string); private br; get clearColumnFiltersCaption(): string; set clearColumnFiltersCaption(a: string); private b7; get summaryListDensity(): string; set summaryListDensity(a: string); private bm; get actualSummaryListDensity(): string; set actualSummaryListDensity(a: string); private bv; get filterListDensity(): string; set filterListDensity(a: string); private bl; get actualFilterListDensity(): string; set actualFilterListDensity(a: string); private bw; get filterListPlaceholderText(): string; set filterListPlaceholderText(a: string); private b8; get summaryListTextColor(): string; set summaryListTextColor(a: string); private b6; get summaryListBackground(): string; set summaryListBackground(a: string); private bn; get applyButtonClickRef(): string; set applyButtonClickRef(a: string); private bp; get cancelButtonClickRef(): string; set cancelButtonClickRef(a: string); }