TcxCustomTreeList.OnAfterSummary Event
In This Article
Occurs after all summaries have been calculated.
#Declaration
Delphi
property OnAfterSummary: TNotifyEvent read; write;
#Remarks
This event occurs after all summaries have been calculated. You can read and change an individual summary value via the Summary property.
Sender specifies the tree list.
See Also