Skip to main content
A newer version of this page is available. .

GridSummaryItemCollection(DataControlBase, SummaryItemCollectionType) Constructor

Initializes a new instance of the GridSummaryItemCollection class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

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