TreeListCustomSummaryEventArgs.SummaryProcess Property
Gets the current calculation stage.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CustomSummaryProcess | A CustomSummaryProcess enumeration value that identifies the current calculation stage. |
Available values:
Name | Description |
---|---|
Start | Indicates that the process of custom summary calculation is about to be started. |
Calculate | Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. |
Finalize | Indicates that the process of custom summary calculation is finished. |
See Also