igniteui-react-core
Version:
Ignite UI React Core.
88 lines (87 loc) • 3.11 kB
TypeScript
import { TextCellInfoDescription } from "./TextCellInfoDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class TextHeaderCellInfoDescription extends TextCellInfoDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue2;
private static __marshalByValueAlias2;
constructor();
private gx;
get isColumnOptionsEnabled(): boolean;
set isColumnOptionsEnabled(a: boolean);
private hq;
get sortIndicatorStyle(): string;
set sortIndicatorStyle(a: string);
private hi;
get columnOptionsIconAlignment(): string;
set columnOptionsIconAlignment(a: string);
private hk;
get columnOptionsIconColor(): string;
set columnOptionsIconColor(a: string);
private hj;
get columnOptionsIconBehavior(): string;
set columnOptionsIconBehavior(a: string);
private hn;
get columnOptionsTheme(): string;
set columnOptionsTheme(a: string);
private g7;
get columnOptionsBackground(): string;
set columnOptionsBackground(a: string);
private hm;
get columnOptionsTextColor(): string;
set columnOptionsTextColor(a: string);
private g8;
get columnOptionsFontFamily(): string;
set columnOptionsFontFamily(a: string);
private gz;
get columnOptionsFontSize(): number;
set columnOptionsFontSize(a: number);
private g9;
get columnOptionsFontStyle(): string;
set columnOptionsFontStyle(a: string);
private ha;
get columnOptionsFontWeight(): string;
set columnOptionsFontWeight(a: string);
private hh;
get columnOptionsHoverBackgroundColor(): string;
set columnOptionsHoverBackgroundColor(a: string);
private ho;
get columnOptionsToolTipBackgroundColor(): string;
set columnOptionsToolTipBackgroundColor(a: string);
private hp;
get columnOptionsToolTipTextColor(): string;
set columnOptionsToolTipTextColor(a: string);
private hg;
get columnOptionsHighlightColor(): string;
set columnOptionsHighlightColor(a: string);
private hl;
get columnOptionsSeparatorColor(): string;
set columnOptionsSeparatorColor(a: string);
private hb;
get columnOptionsGroupHeaderBackground(): string;
set columnOptionsGroupHeaderBackground(a: string);
private hf;
get columnOptionsGroupHeaderTextColor(): string;
set columnOptionsGroupHeaderTextColor(a: string);
private hc;
get columnOptionsGroupHeaderFontFamily(): string;
set columnOptionsGroupHeaderFontFamily(a: string);
private g0;
get columnOptionsGroupHeaderFontSize(): number;
set columnOptionsGroupHeaderFontSize(a: number);
private hd;
get columnOptionsGroupHeaderFontStyle(): string;
set columnOptionsGroupHeaderFontStyle(a: string);
private he;
get columnOptionsGroupHeaderFontWeight(): string;
set columnOptionsGroupHeaderFontWeight(a: string);
private g6;
get columnOptionsAccentColor(): string;
set columnOptionsAccentColor(a: string);
private g3;
get columnOptionsRowHeight(): number;
set columnOptionsRowHeight(a: number);
}