Skip to main content
All docs
V25.1
  • PivotTablePersistentLayoutCollection<T>.Item[Int32] Property

    Returns a field item by its index.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public T this[int index] { get; }

    Parameters

    Name Type Description
    index Int32

    The item index.

    Property Value

    Type Description
    T

    The item type.

    Remarks

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

    Implements

    See Also