PivotTableFieldCellTemplateContext.Field Property
Returns the processed field.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public PivotTableField Field { get; }
Property Value
| Type | Description |
|---|---|
| PivotTableField | The field object. |
See Also