@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
24 lines (23 loc) • 488 B
TypeScript
import { Gantt } from '../base/gantt';
/**
* Configures columnMenu collection in Gantt.
*
* @hidden
*/
export declare class ColumnMenu {
private parent;
constructor(parent?: Gantt);
/**
* @returns {HTMLAllCollection} .
* To get column menu collection.
*/
getColumnMenu(): HTMLElement;
destroy(): void;
/**
* For internal use only - Get the module name.
*
* @returns {string} .
* @private
*/
private getModuleName;
}