UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

20 lines (11 loc) 300 B
/* mustCoerceToInt */ /** * Enumeration representing the possible positions for pinning rows. * - Top: Rows are pinned to the top of the grid. * - Bottom: Rows are pinned to the bottom of the grid. */ export declare enum RowPinningPosition { Top, Bottom }