Skip to main content
All docs
V24.1

TreeListCustomSummaryStage Enum

Lists values that specify possible stages of the summary calculation.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeListCustomSummaryStage

Members

Name Description
Start

The CustomSummary event fires once at this stage before TreeList rows are processed. This allows you to initialize a summary value.

Calculate

The CustomSummary event fires for each data row in a TreeList or in a group. At this stage, you can calculate a summary value.

Finalize

The CustomSummary event fires once at this stage after TreeList rows are processed. At this stage, you can finalize the summary calculation.

Related API Members

The following properties accept/return TreeListCustomSummaryStage values:

See Also