PivotTableFieldCellTemplateContext.RowField Property
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
public PivotTableField RowField { get; }
Property Value
Type | Description |
---|---|
PivotTableField | The field object. |
See Also