Skip to main content

TreeListCustomSummaryEventArgs Properties

Provides data for the TreeListView.CustomSummary event.
Name Description
FieldValue Gets the processed field value.
IsNodeSummary Gets whether the processed row values are used to calculate a node summary.
IsTotalSummary Gets whether the processed row values are used to calculate a total summary.
IsTotalValueReady Gets or sets whether the Calculation stage of the custom summary calculation process should be skipped.
Node Gets the processed node.
SummaryItem Gets a summary item whose value is being calculated.
SummaryProcess Gets a value indicating the calculation stage.
TotalValue Gets or sets the total summary value.
See Also