Skip to main content

TcxGridDataRowPinClickAction Enum

Enumerates actions performed by a click on a row pin.

Declaration

TcxGridDataRowPinClickAction = (
    rpcaNone,
    rpcaFixToTop,
    rpcaFixToBottom,
    rpcaShowPopup
);

Members

Name
rpcaNone
rpcaFixToTop
rpcaFixToBottom
rpcaShowPopup

Remarks

Options include:

Value Description Example
rpcaNone All row pins are hidden. A grid Table View‘s FixedDataRows.PinVisibility property value is ignored in this mode. {Image}
rpcaFixToTop A click on a pin appends the corresponding row to the top unscrollable area. Fixed rows are always visible. {Image}
rpcaFixToBottom A click on a pin appends the corresponding row to the bottom unscrollable area. {Image}
rpcaShowPopup A click on a pin invokes a pop-up menu with pin-related commands applicable to the row’s current state. {Image}

A grid Table View‘s FixedDataRows.PinClickAction property references the TcxGridDataRowPinClickAction type.

See Also