Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridDataRowPinVisibility Enum

Enumerates row pin display modes.

#Declaration

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

#Members

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.

#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