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