Skip to main content
A newer version of this page is available. .

DxPivotGridField Class

A Pivot Grid field.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxPivotGridField :
    DxSettingsComponent<PivotGridFieldBase>

Remarks

The Pivot Grid supports only bound fields and displays data from the underlying data source in a cross-tabulated form. It calculates summaries and summary totals against individual fields and displays summary values within data cells.

You can bind multiple DxPivotGridField objects to the same field in the underlying data source. These fields can have different values for their GroupInterval property. In this case, each field groups the same data in its own way.

See Also