igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
17 lines (16 loc) • 521 B
TypeScript
import { GridColumnOptionsSectionBaseDescription } from "./GridColumnOptionsSectionBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class GridColumnOptionsSimpleSectionBaseDescription extends GridColumnOptionsSectionBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private au;
get caption(): string;
set caption(a: string);
private as;
get showCaption(): boolean;
set showCaption(a: boolean);
}