Skip to main content
All docs
V25.1
  • PivotTableFieldCellTemplateContext.RowField Property

    Returns the row field which the processed data cell refers to.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public PivotTableField RowField { get; }

    Property Value

    Type Description
    PivotTableField

    The field object.

    See Also