Skip to main content
All docs
V25.1
  • PivotTablePersistentLayoutCollection<T>.Count Property

    Returns the number of items in the collection.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public int Count { get; }

    Property Value

    Type Description
    Int32

    The number of items.

    Remarks

    Refer to the PivotTablePersistentLayoutCollection<T> class description for more information and an example.

    Implements

    System.Collections.Generic.IReadOnlyCollection<T>.Count
    See Also