Skip to main content

TcxGridCardView.OnRowPosChanged Event

Occurs when an end-user changes the visibility or position of a Card View row within the current View.

Declaration

property OnRowPosChanged: TcxGridCardRowEvent read; write;

Remarks

The OnRowPosChanges event is fired when an end-user moves a Card View row or changes its visibility within the current View (for instance, by dragging it to the Customization Form). The Sender parameter specifies the View in which a Card View row’s position or visibility has been changed. The ARow parameter identifies the Card View row that is being moved or shown/hidden.

See Also