Skip to main content

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowIndex Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

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