Skip to main content

TcxCustomDataController.OnDetailCollapsed Event

Occurs after the details of a particular master record have been collapsed.

Declaration

property OnDetailCollapsed: TcxDataDetailExpandedEvent read; write;

Remarks

Handle the OnDetailCollapsed event to perform specific actions after the details of a particular master record have been collapsed.

The ADataController parameter specifies the data controller which fires the event.

The ARecordIndex parameter specifies the index of the master record whose details have been collapsed.

Note

The OnDetailCollapsed event is not fired when the AAllow parameter is set to False within the OnDetailCollapsing event handler.

See Also