Back to Devexpress

PivotTablePersistentLayoutCollection<T>.Item[Int32] Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayoutcollection-1-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

PivotTablePersistentLayoutCollection<T>.Item[Int32] Property

Returns a field item by its index.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public T this[int index] { get; }

Parameters

NameTypeDescription
indexInt32

The item index.

|

Property Value

TypeDescription
T

The item type.

|

Remarks

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

Implements

Item[Int32]

See Also

PivotTablePersistentLayoutCollection<T> Class

PivotTablePersistentLayoutCollection<T> Members

DevExpress.Blazor.PivotTable Namespace