igniteui-react-grids
Version:
Ignite UI React grid components.
15 lines (14 loc) • 382 B
TypeScript
import { Type } from "igniteui-react-core";
/**
* 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 = 0,
Bottom = 1
}
/**
* @hidden
*/
export declare let RowPinningPosition_$type: Type;