PivotTablePersistentLayoutCollection<T> Class
A collection of objects that store information about DxPivotTable element layouts.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public class PivotTablePersistentLayoutCollection<T> :
IReadOnlyList<T>,
IEnumerable<T>,
IEnumerable,
IReadOnlyCollection<T>,
IEquatable<IReadOnlyList<T>>
where T : IEquatable<T>
Type Parameters
Name | Description |
---|---|
T | The type of a layout object that corresponds to the processed element type. For example, the PivotTablePersistentLayoutField type is used for Pivot Table fields. |
Implements
IEnumerable<T>
Inheritance
Object
PivotTablePersistentLayoutCollection<T>
See Also