igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 505 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 ax;
get caption(): string;
set caption(a: string);
private av;
get showCaption(): boolean;
set showCaption(a: boolean);
}