igniteui-react-core
Version:
Ignite UI React Core.
29 lines (28 loc) • 938 B
TypeScript
import { DataGridColumnDescription } from "./DataGridColumnDescription";
import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class TextColumnDescription extends DataGridColumnDescription {
static $t: Type;
protected get_type(): string;
private static __canMarshalByValue1;
private static __marshalByValueAlias1;
constructor();
private f9;
get editorType(): string;
set editorType(a: string);
private f7;
get editorDataSourceRef(): string;
set editorDataSourceRef(a: string);
private f3;
get editorDataSource(): BaseDataSourceDescription;
set editorDataSource(a: BaseDataSourceDescription);
private f8;
get editorTextField(): string;
set editorTextField(a: string);
private ga;
get editorValueField(): string;
set editorValueField(a: string);
}