igniteui-react-core
Version:
Ignite UI React Core.
52 lines (51 loc) • 1.44 kB
TypeScript
import { CellInfoDescription } from "./CellInfoDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class EditorCellInfoDescription extends CellInfoDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private gx;
get isHidden(): boolean;
set isHidden(a: boolean);
private gu;
get editTarget(): CellInfoDescription;
set editTarget(a: CellInfoDescription);
private g6;
get dataType(): string;
set dataType(a: string);
private hc;
get errorMessage(): string;
set errorMessage(a: string);
private hb;
get editValueRef(): string;
set editValueRef(a: string);
private ha;
get editorType(): string;
set editorType(a: string);
private g8;
get editorDataSourceRef(): string;
set editorDataSourceRef(a: string);
private g9;
get editorTextField(): string;
set editorTextField(a: string);
private gs;
get editorValueField(): string[];
set editorValueField(a: string[]);
private g7;
get dateFormatString(): string;
set dateFormatString(a: string);
private gy;
get showTodayButton(): boolean;
set showTodayButton(a: boolean);
private g2;
get targetRow(): number;
set targetRow(a: number);
private g1;
get targetColumn(): number;
set targetColumn(a: number);
}