Back to Devexpress

CustomSummaryExistEventArgs.IsGroupSummary Property

corelibraries-devexpress-dot-data-dot-customsummaryexisteventargs-36fffbca.md

latest1.2 KB
Original Source

CustomSummaryExistEventArgs.IsGroupSummary Property

Gets whether a group 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 IsGroupSummary { get; }
vb
Public Overridable ReadOnly Property IsGroupSummary As Boolean

Property Value

TypeDescription
Boolean

true if a group summary value is about to be calculated; otherwise, false.

|

See Also

IsTotalSummary

CustomSummaryExistEventArgs Class

CustomSummaryExistEventArgs Members

DevExpress.Data Namespace