Back to Devexpress

SummaryCollection Class

maui-devexpress-dot-maui-dot-datagrid-5bdd78de.md

latest3.0 KB
Original Source

SummaryCollection Class

A collection of group or total summary items.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class SummaryCollection :
    DXObservableCollection<GridColumnSummary>

The following members return SummaryCollection objects:

Implements

Show 11 items

IList<GridColumnSummary>

ICollection<GridColumnSummary>

IReadOnlyList<GridColumnSummary>

IReadOnlyCollection<GridColumnSummary>

IEnumerable<GridColumnSummary>

IDXObservableCollection

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

System.Object Collection<GridColumnSummary> ObservableCollection<GridColumnSummary> DXObservableCollection<GridColumnSummary> SummaryCollection

Extension Methods

Yield<SummaryCollection>()

YieldIfNotNull<SummaryCollection>()

See Also

SummaryCollection Members

DevExpress.Maui.DataGrid Namespace