Back to Devexpress

CustomSummaryEventArgs.IsTotalSummary Property

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-950edcb5.md

latest1.2 KB
Original Source

CustomSummaryEventArgs.IsTotalSummary Property

Gets whether a total summary value is being calculated.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual bool IsTotalSummary { get; }
vb
Public Overridable ReadOnly Property IsTotalSummary As Boolean

Property Value

TypeDescription
Boolean

true if a total summary value is being calculated; otherwise, false.

|

See Also

IsGroupSummary

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace