Back to Devexpress

TcxGridDataRowPinVisibility Enum

vcl-cxgridtableview-3d502d94.md

latest1.2 KB
Original Source

TcxGridDataRowPinVisibility Enum

Enumerates row pin display modes.

Declaration

delphi
TcxGridDataRowPinVisibility = (
    rpvNever,
    rpvAlways,
    rpvHotTrack,
    rpvRowHotTrack
);

Members

NameDescription
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.

|

Remarks

TcxGridDataRowPinVisibility values allow you to switch between row pin display conditions if the fixed row functionality is enabled.

Direct TcxGridDataRowPinVisibility Type Reference

The TcxGridFixedDataRowsOptions.PinVisibility property references the TcxGridDataRowPinVisibility type.

See Also

TcxGridDataRowPinClickAction Type

cxGridTableView Unit