Skip to main content

GridTotalSummaryItemCollection(DataControlBase) Constructor

In This Article

Initializes a new instance of the GridTotalSummaryItemCollection class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public GridTotalSummaryItemCollection(
    DataControlBase dataControl
)

#Parameters

Name Type
dataControl DataControlBase
See Also