TdxCustomLayoutGroup.OnExpanding Event
Enables you to prevent a group from being expanded.
Declaration
property OnExpanding: TdxLayoutGroupExpandingEvent read; write;
Remarks
Fires when a group is being expanded.
Sender specifies the group that generates this event.
Allow specifies whether group expansion is allowed. Set Allow to False, to prevent group expanding.
See Also