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 | Description |
---|---|---|
items | IEnumerable<T> | A data collection. |
See Also