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