Skip to main content
All docs
V23.2

GridGroupValueData(ColumnsRowDataBase) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridGroupValueData(
    ColumnsRowDataBase rowData
)

Parameters

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