Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotDrillDownDataSource.Item[Int32] Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public PivotDrillDownDataRow this[int index] { get; set; }

#Parameters

Name Type Description
index Int32

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

#Property Value

Type Description
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