@syncfusion/ej2-treegrid
Version:
Essential JS 2 TreeGrid Component
25 lines (24 loc) • 504 B
TypeScript
import { TreeGrid } from '../base';
/**
* Command Column Module for TreeGrid
*
* @hidden
*/
export declare class CommandColumn {
private parent;
constructor(parent: TreeGrid);
/**
* For internal use only - Get the module name.
*
* @private
* @returns {string} Returns CommandColumn module name
*/
protected getModuleName(): string;
/**
* Destroys the ContextMenu.
*
* @function destroy
* @returns {void}
*/
destroy(): void;
}