Skip to main content
A newer version of this page is available. .

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowIndex Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

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

See Also