igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
17 lines (16 loc) • 541 B
TypeScript
import { GridColumnOptionsSimpleSectionBaseDescription } from "./GridColumnOptionsSimpleSectionBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class GridColumnMoveOptionsDescription extends GridColumnOptionsSimpleSectionBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private aw;
get moveLeftCaption(): string;
set moveLeftCaption(a: string);
private ax;
get moveRightCaption(): string;
set moveRightCaption(a: string);
}