GridSummaryItemCollection(DataControlBase, SummaryItemCollectionType) Constructor
Initializes a new instance of the GridSummaryItemCollection class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public GridSummaryItemCollection(
DataControlBase dataControl,
SummaryItemCollectionType collectionType
)
Parameters
Name | Type | Description |
---|---|---|
dataControl | DataControlBase | A DataControlBase descendant that owns the collection. |
collectionType | DevExpress.Xpf.Grid.SummaryItemCollectionType | A DevExpress.Xpf.Grid.SummaryItemCollectionType enumeration value that specifies the type of summaries contained within the collection (Group or Total). |
See Also