Skip to main content

TcxGridFixedDataRowsOptions.PinClickAction Property

Specifies an action associated with a click on a data row pin.

Declaration

property PinClickAction: TcxGridDataRowPinClickAction read; write; default rpcaShowPopup;

Property Value

Type Default
TcxGridDataRowPinClickAction rpcaShowPopup

Remarks

Refer to the TcxGridDataRowPinClickAction type description for detailed information on available options.

The PinClickAction property’s default value is rpcaShowPopup.

See Also