SummaryCollection Class
In This Article
A collection of group or total summary items.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public class SummaryCollection :
ObservableCollection<GridColumnSummary>
#Related API Members
The following members return SummaryCollection objects:
#Implements
See Also