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