vcl-cxgridtableview-58a17438.md
Enumerates actions associated with a click on a row pin.
TcxGridDataRowPinClickAction = (
rpcaNone,
rpcaFixToTop,
rpcaFixToBottom,
rpcaShowPopup
);
| Name | Description |
|---|---|
rpcaNone |
All row pins in the scrollable grid View area are hidden.
Fixed rows display their pins if the parent grid View’s FixedDataRows.PinVisibility property is set to rpvAlways rpvHotTrack, or rpvRowHotTrack.
|
| rpcaFixToTop |
A click on a row pin within the scrollable grid View area adds that row to the top fixed row area.
A click on a row pin within a top or bottom fixed row area returns the corresponding row to the original position in the scrollable grid View area.
|
| rpcaFixToBottom |
A click on a row pin within the scrollable grid View area adds that row to the bottom fixed row area.
A click on a row pin within a top or bottom fixed row area returns the corresponding row to the original position in the scrollable grid View area.
|
| rpcaShowPopup |
Default. A click on a row pin displays a context menu. The list of menu items depends on the target row position:
|
Different TcxGridDataRowPinClickAction values correspond to different commands executed when a user clicks a row pin. Row pins are visible only when the following conditions are met:
True.The TcxGridFixedDataRowsOptions.PinClickAction property references the TcxGridDataRowPinClickAction type.
See Also