Skip to main content

TcxGridFixedDataRowsOptions.PinVisibility Property

Specifies the active data row pin display mode.

Declaration

property PinVisibility: TcxGridDataRowPinVisibility read; write; default rpvNever;

Property Value

Type Default
TcxGridDataRowPinVisibility rpvNever

Remarks

Use this property to specify under which circumstances a grid Table View displays data row pins. Refer to the TcxGridDataRowPinVisibility type description for detailed information on available options.

Note

The PinVisibility property value is ignored if the PinClickAction property is set to rpcaNone.

The PinVisibility property’s default value is rpvNever.

See Also