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

TcxCustomDataController.CollapseDetails Method

In This Article

Collapses details of the current master data controller.

#Declaration

Delphi
procedure CollapseDetails;

#Remarks

This method is applied to non-pattern master data controllers, i.e. to master data controllers whose IsPattern property returns False. The CollapseDetails method collapses all the records expanded within the current master data controller.

You can change the expansion state of a specific record using the ChangeDetailExpanding method. In the ExpressQuantumGrid, you can use the Expand method of record objects also.

See Also