Skip to main content
All docs
V24.1

TreeListCustomSummaryEventArgs Properties

Contains data for the CustomSummary event.
Name Description
DataItem Returns the processed data item.
FieldValue Returns the data field value.
Item Returns the summary item.
SummaryStage Specifies a calculation stage.
TotalValue Specifies the summary value.
TotalValueReady Specifies whether to skip the Calculate stage of the custom summary calculation.
TreeList Returns the TreeList object.
See Also