igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
24 lines (8 loc) • 338 B
TypeScript
import { IgcRowDirective } from './igc-row-directive';
/* blazorIndirectRender */
/* blazorElement */
export declare class IgcGridRowComponent extends IgcRowDirective
{
public getContext(col: any, row: any): void;
public getContextMRL(pinnedCols: any, row: any): void;
}