Skip to main content
A newer version of this page is available. .

CustomSummaryExistEventArgs.IsGroupSummary Property

Gets whether a group summary value is about to be calculated.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public virtual bool IsGroupSummary { get; }

Property Value

Type Description
Boolean

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

See Also