Skip to main content

CustomSummaryEventArgs.TotalValue Property

Gets or sets the total or group summary value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public object TotalValue { get; set; }

#Property Value

Type Description
Object

An object representing the total or group summary value.

#Remarks

The TotalValue property represents the total or group summary value that accumulates the custom calculated value. Note that this property should be initialized before the summary calculation process starts. To identify the calculation stage, use the CustomSummaryEventArgs.SummaryProcess property. When performing calculations, you need to refresh the TotalValue property for it to be updated with the new values.

See Also