TcxCustomDataController.OnDetailExpanded Event
Occurs after the details of a particular master record have been expanded.
Declaration
property OnDetailExpanded: TcxDataDetailExpandedEvent read; write;
Remarks
Handle the OnDetailExpanded event to perform specific actions after the details of a particular master record have been expanded.
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 expanded.
Note
The OnDetailExpanded event is not fired when the AAllow parameter is set to False within the OnDetailExpanding event handler.
See Also