Skip to main content
All docs
V25.1
  • GroupModel(GroupLayoutItem) Constructor

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

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.Reporting.v25.1.Viewer.dll

    NuGet Package: DevExpress.Blazor.Reporting.Viewer

    Declaration

    public GroupModel(
        GroupLayoutItem layoutItem
    )

    Parameters

    Name Type
    layoutItem DevExpress.XtraReports.Parameters.GroupLayoutItem
    See Also