UNPKG

igniteui-react-core

Version:
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 bp; get columnNameFontFamily(): string; set columnNameFontFamily(a: string); private a8; get columnNameFontSize(): number; set columnNameFontSize(a: number); private bq; get columnNameFontStyle(): string; set columnNameFontStyle(a: string); private br; get columnNameFontWeight(): string; set columnNameFontWeight(a: string); private bb; get paddingLeft(): number; set paddingLeft(a: number); private bd; get paddingTop(): number; set paddingTop(a: number); private bc; get paddingRight(): number; set paddingRight(a: number); private ba; get paddingBottom(): number; set paddingBottom(a: number); private au; get headerVisible(): boolean; set headerVisible(a: boolean); private ay; get sortOptionsVisible(): boolean; set sortOptionsVisible(a: boolean); private aw; get moveOptionsVisible(): boolean; set moveOptionsVisible(a: boolean); private ax; get pinOptionsVisible(): boolean; set pinOptionsVisible(a: boolean); private av; get hideOptionsVisible(): boolean; set hideOptionsVisible(a: boolean); private at; get groupOptionsVisible(): boolean; set groupOptionsVisible(a: boolean); private as; get filterOptionsVisible(): boolean; set filterOptionsVisible(a: boolean); private az; get summaryOptionsVisible(): boolean; set summaryOptionsVisible(a: boolean); private b2; get sortHeaderCaption(): string; set sortHeaderCaption(a: string); private b0; get sortAscendingCaption(): string; set sortAscendingCaption(a: string); private b1; get sortDescendingCaption(): string; set sortDescendingCaption(a: string); private bu; get moveHeaderCaption(): string; set moveHeaderCaption(a: string); private bv; get moveLeftCaption(): string; set moveLeftCaption(a: string); private bw; get moveRightCaption(): string; set moveRightCaption(a: string); private bx; get pinHeaderCaption(): string; set pinHeaderCaption(a: string); private by; get pinLeftCaption(): string; set pinLeftCaption(a: string); private bz; get pinRightCaption(): string; set pinRightCaption(a: string); private bl; get applyFiltersButtonCaption(): string; set applyFiltersButtonCaption(a: string); private bn; get cancelFiltersButtonCaption(): string; set cancelFiltersButtonCaption(a: string); private bo; get clearColumnFiltersCaption(): string; set clearColumnFiltersCaption(a: string); private b4; get summaryListDensity(): string; set summaryListDensity(a: string); private bj; get actualSummaryListDensity(): string; set actualSummaryListDensity(a: string); private bs; get filterListDensity(): string; set filterListDensity(a: string); private bi; get actualFilterListDensity(): string; set actualFilterListDensity(a: string); private bt; get filterListPlaceholderText(): string; set filterListPlaceholderText(a: string); private b5; get summaryListTextColor(): string; set summaryListTextColor(a: string); private b3; get summaryListBackground(): string; set summaryListBackground(a: string); private bk; get applyButtonClickRef(): string; set applyButtonClickRef(a: string); private bm; get cancelButtonClickRef(): string; set cancelButtonClickRef(a: string); }