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 or not to skip the Calculate stage of the custom summary calculation. |
| TreeList | Returns the TreeList object. |
See Also