Skip to main content

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.

Sender specifies the tree list.

See Also