TTMSFNCDataGridFixedCellSelectionMode Enumeration
Defines which user gestures on fixed cells trigger a structural selection.
API unit family: TMSFNCDataGridRenderer
Members
| Name | Description |
|---|---|
gfcsAll |
Allows all fixed-cell structural selection gestures. |
gfcsRow |
Selects a single row from a fixed row header gesture. |
gfcsColumn |
Selects a single column from a fixed column header gesture. |
gfcsRowRange |
Selects a contiguous row range from fixed row header gestures. |
gfcsColumnRange |
Selects a contiguous column range from fixed column header gestures. |
gfcsDisjunctRow |
Selects non-contiguous rows from fixed row header gestures. |
gfcsDisjunctColumn |
Selects non-contiguous columns from fixed column header gestures. |