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

TreeListCustomSummaryEventArgs.SummaryProcess Property

Gets the current calculation stage.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public CustomSummaryProcess SummaryProcess { get; }

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