vcl-cxgridtableview-3d502d94.md
Enumerates row pin display modes.
TcxGridDataRowPinVisibility = (
rpvNever,
rpvAlways,
rpvHotTrack,
rpvRowHotTrack
);
| Name | Description |
|---|---|
rpvNever |
Default. Row pins are always hidden; users cannot pin or unpin rows.
|
| rpvAlways |
All row pins are always visible.
|
| rpvHotTrack |
An individual row pin becomes visible only if a user hovers the mouse pointer over the row pin area.
|
| rpvRowHotTrack |
Only the hot-tracked row displays its pin.
|
TcxGridDataRowPinVisibility values allow you to switch between row pin display conditions if the fixed row functionality is enabled.
The TcxGridFixedDataRowsOptions.PinVisibility property references the TcxGridDataRowPinVisibility type.
See Also