UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

20 lines (11 loc) 309 B
/* mustCoerceToInt */ /** * Enumeration representing the possible positions for pinning columns. * - Start: Columns are pinned to the start of the grid. * - End: Columns are pinned to the end of the grid. */ export declare enum ColumnPinningPosition { Start, End }