Back to Devexpress

DxPivotGridField Class

blazor-devexpress-dot-blazor-f8fcb1ab.md

latest2.0 KB
Original Source

DxPivotGridField Class

A Pivot Grid field.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxPivotGridField :
    DxSettingsComponent<PivotGridFieldBase>

Remarks

Important

The Pivot Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Pivot Table component.

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.

Implements

IComponent

IHandleEvent

IHandleAfterRender

IDisposable

Inheritance

Object ComponentBase DxSettingsComponent<PivotGridFieldBase> DxPivotGridField

See Also

DxPivotGridField Members

DevExpress.Blazor Namespace