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

TcxGridCardView.OnRowPosChanged Event

In This Article

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

#Declaration

Delphi
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