PivotTableFieldCellTemplateContext.RowIndex Property
Returns the row index.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The row index. |
See Also