Back to Devexpress

CustomSummaryEventArgs.IsGroupSummary Property

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-a2d699d9.md

latest1.2 KB
Original Source

CustomSummaryEventArgs.IsGroupSummary Property

Gets whether a group summary value is being 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 being calculated; otherwise, false.

|

See Also

IsTotalSummary

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace