GridCustomSummaryEventArgs Properties
Contains data for the CustomSummary event.Name | Description |
---|---|
DataItem | Returns the processed data item. |
FieldValue | Gets the data field value. |
Grid | Returns an object that defines grid API members (properties and methods). |
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