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