Skip to main content

TcxCustomDataController.CollapseDetails Method

Collapses details of the current master data controller.

Declaration

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