Back to Devexpress

TreeListCustomSummaryEventArgs.SummaryProcess Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcustomsummaryeventargs.md

latest1.7 KB
Original Source

TreeListCustomSummaryEventArgs.SummaryProcess Property

Gets the current calculation stage.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public CustomSummaryProcess SummaryProcess { get; }
vb
Public ReadOnly Property SummaryProcess As CustomSummaryProcess

Property Value

TypeDescription
CustomSummaryProcess

A CustomSummaryProcess enumeration value that identifies the current calculation stage.

|

Available values:

NameDescription
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

TreeListCustomSummaryEventArgs Class

TreeListCustomSummaryEventArgs Members

DevExpress.Web.ASPxTreeList Namespace