Back to Devexpress

CustomSummaryExistEventArgs.IsTotalSummary Property

corelibraries-devexpress-dot-data-dot-customsummaryexisteventargs-9d920de4.md

latest1.2 KB
Original Source

CustomSummaryExistEventArgs.IsTotalSummary Property

Gets whether a total summary value is about to be 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 about to be calculated; otherwise, false.

|

See Also

IsGroupSummary

CustomSummaryExistEventArgs Class

CustomSummaryExistEventArgs Members

DevExpress.Data Namespace