Contents
- Index
- Previous
- Next
GridState property
Applies to
TProfGrid component
Declaration
property GridState: TGridState;
Description
Indicates any user actions that are currently changing the layout of the grid.
GridState represents state information about how the grid layout is changing. The possible values are:
gsNormal
The grid layout is not changing.
gsSelecting
The user is selecting a cell or range.
gsRowSizing
The user is changing the height of a row.
gsColSizing
The user is changing the width of a column.
gsRowMoving
The user is dragging a row to a new position.
gsColMoving
The user is dragging a column to a new position.
Run-time only