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.OnRowCollapsed Event

In This Article

Fires after a category row has collapsed.

#Declaration

Delphi
property OnRowCollapsed: TcxGridCardRowEvent read; write;

#Remarks

The OnRowCollapsed event fires when the category row has been collapsed by an end-user or programmatically (by setting the row’s Expanded property to False).

Implement the OnRowCollapsed event handler to provide custom behavior after the category row has been collapsed.

The Sender parameter specifies the Card View to which the category row belongs.

ARow specifies the category row that has been collapsed.

See Also