Skip to main content

GridGroupSummaryData(ColumnsRowDataBase) Constructor

In This Article

Initializes a new instance of the GridGroupSummaryData class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public GridGroupSummaryData(
    ColumnsRowDataBase rowData
)

#Parameters

Name Type
rowData DevExpress.Xpf.Grid.ColumnsRowDataBase
See Also