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