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

GridCustomSummaryEventArgs Properties

Contains data for the CustomSummary event.
Name Description
DataItem Returns the processed data item.
FieldValue Gets the data field value.
Grid Gives an access to the IGrid interface.
IsTotalSummary Specifies whether the processed summary is a total summary.
Item Gets 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.
See Also