Skip to main content

PivotGridCustomTotalCollectionBase.Item[Int32] Property

Provides indexed access to the elements in the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridCustomTotalBase this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer value which represents the desired custom total’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
PivotGridCustomTotalBase

A PivotGridCustomTotalBase object located at the specified index.

See Also