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

PivotGridCellTemplateItem.RowIndex Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

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

See Also