Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DxPivotGridField Class

A Pivot Grid field.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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