Skip to main content
All docs
V25.1
  • GroupRowControl(GroupRowData) Constructor

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

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public GroupRowControl(
        GroupRowData rowData
    )

    Parameters

    Name Type Description
    rowData GroupRowData

    Group row data.

    See Also