CustomSummaryEventArgs.IsGroupSummary Property
In This Article
Gets whether a group summary value is being calculated.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool IsGroupSummary { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also