Back to Devexpress

PivotDrillDownDataSource.Item[Int32] Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotdrilldowndatasource-dot-item-x28-system-dot-int32-x29.md

latest1.8 KB
Original Source

PivotDrillDownDataSource.Item[Int32] Property

Provides indexed access to the rows in the current data source.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public PivotDrillDownDataRow this[int index] { get; set; }
vb
Public Property Item(index As Integer) As PivotDrillDownDataRow

Parameters

NameTypeDescription
indexInt32

A zero-based integer which specifies the index of the required row.

|

Property Value

TypeDescription
PivotDrillDownDataRow

A PivotDrillDownDataRow object that represents the row at the specified location.

|

Remarks

The number of rows is determined by the RowCount property. So, the index parameter can lie between 0 and RowCount - 1.

See Also

PivotDrillDownDataSource Class

PivotDrillDownDataSource Members

DevExpress.XtraPivotGrid Namespace