Skip to main content
A newer version of this page is available. .

TcxCustomTreeList.OnAfterSummary Event

Occurs after all summaries have been calculated.

Declaration

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. Refer to the Creating Summaries help topic for details.

Sender specifies the tree list.

See Also