Back to Devexpress

PivotTablePersistentLayoutCollection<T> Class

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayoutcollection-1.md

latest1.9 KB
Original Source

PivotTablePersistentLayoutCollection<T> Class

A collection of objects that store information about DxPivotTable element layouts.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public class PivotTablePersistentLayoutCollection<T> :
    IReadOnlyList<T>,
    IEnumerable<T>,
    IEnumerable,
    IReadOnlyCollection<T>,
    IEquatable<IReadOnlyList<T>>
    where T : IEquatable<T>

Type Parameters

NameDescription
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

IReadOnlyList<T>

IReadOnlyCollection<T>

IEnumerable<T>

IEnumerable

IEquatable<IReadOnlyList<T>>

Inheritance

Object PivotTablePersistentLayoutCollection<T>

See Also

PivotTablePersistentLayoutCollection<T> Members

DevExpress.Blazor.PivotTable Namespace