PivotTableFieldCellTemplateContext.ColumnIndex Property
Returns the column index.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public int ColumnIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The column index. |
See Also