Skip to main content
All docs
V23.2

GroupRowControl(GroupRowData) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GroupRowControl(
    GroupRowData rowData
)

Parameters

Name Type Description
rowData GroupRowData

Group row data.

See Also