TcxGridCardView.OnRowCollapsed Event
Fires after a category row has collapsed.
Declaration
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