UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

43 lines (28 loc) 972 B
import { IgcColumnGroupComponent } from './igc-column-group-component'; import { IgcColumnComponentEventMap } from './igc-column-component'; /* blazorIndirectRender */ /* blazorElement */ /* omitModule */ /* wcElementTag: igc-column-layout */ /* additionalIdentifier: Children.Field */ /* jsonAPIManageCollectionInMarkup */ /** * Column layout for declaration of Multi-row Layout */ export declare class IgcColumnLayoutComponent extends IgcColumnGroupComponent { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; /** * Gets the width of the column layout. */ public get width(): any; /** * Gets the column visible index. * If the column is not visible, returns `-1`. */ public get visibleIndex(): number; } export type IgcColumnLayoutComponentEventMap = IgcColumnComponentEventMap