Skip to main content

PivotGridCustomTotalCollection.Item[Int32] Property

Provides indexed access to individual items within the PivotGridCustomTotalCollection.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public PivotGridCustomTotal this[int index] { get; }

#Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the item to be accessed.

#Property Value

Type Description
PivotGridCustomTotal

A PivotGridCustomTotal object representing the item located at the specified index within the collection.

#Remarks

Use this property to access a particular item using index notation.

See Also