Skip to main content

GroupColumnSummaryData(CellControl) Constructor

In This Article

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public GroupColumnSummaryData(
    CellControl cell
)

#Parameters

Name Type
cell DevExpress.WinUI.Grid.Internal.CellControl
See Also