igniteui-react-grids
Version:
Ignite UI React grid components.
18 lines (17 loc) • 777 B
TypeScript
import { SectionHeader } from "./SectionHeader";
import { CellPath } from "./CellPath";
import { DataGrid } from "./DataGrid";
import { Type } from "igniteui-react-core";
import { CellModel } from "./CellModel";
import { TemplateSectionHeaderCellModel } from "./TemplateSectionHeaderCellModel";
import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHeaderCellUpdatingEventArgs";
/**
* @hidden
*/
export declare class TemplateSectionHeader extends SectionHeader {
static $t: Type;
protected d2(a: CellPath, b: DataGrid, c: any): string;
protected n(a: CellPath): CellModel;
hu(a: TemplateSectionHeaderCellModel, b: any): void;
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
}