TdxCustomLayoutGroup.OnExpanded Event
Enables you to perform specific actions after a group has been expanded.
Declaration
property OnExpanded: TNotifyEvent read; write;
Remarks
For example, this event can be used for synchronizing the group expansion status with the status of other controls, or for any changes to the content layout.
See Also