Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowIndex Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-8a687f5c.md

latest1.4 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowIndex Property

Gets the index of the row that contains the processed cell.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the index of the row that contains the processed cell.

|

See Also

ColumnIndex

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace