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