Back to Devexpress

PivotDrillDownDataRow.Index Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotdrilldowndatarow-305cc566.md

latest1.3 KB
Original Source

PivotDrillDownDataRow.Index Property

Gets the row’s index within PivotDrillDownDataRow.DataSource.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public int Index { get; }
vb
Public ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

An integer which specifies the row’s index in the data source.

|

See Also

PivotDrillDownDataRow Class

PivotDrillDownDataRow Members

DevExpress.XtraPivotGrid Namespace