Skip to main content
All docs
V25.1
  • PivotTablePersistentLayoutCollection(IEnumerable<T>) Constructor

    Initializes a new instance of the PivotTablePersistentLayoutCollection<T> class with specified settings.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public PivotTablePersistentLayoutCollection(
        IEnumerable<T> items
    )

    Parameters

    Name Type
    items IEnumerable<T>
    See Also