Back to Devexpress

DxPivotGrid Class

blazor-devexpress-dot-blazor-f060e6b6.md

latest2.3 KB
Original Source

DxPivotGrid Class

Defines the base API for classes that implement a pivot grid component.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public abstract class DxPivotGrid :
    DxControlComponent<PivotGridJSInteropProxy, PivotGridModelBase>,
    IModelProvider<PivotGridFieldBase>,
    IRequireSelfCascading,
    IPivotGridJSInteropProxyServer,
    IJSCallback

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.

Implements

IHandleEvent

IHandleAfterRender

IAsyncDisposable

IComponent

Inheritance

Show 11 items

Object ComponentBase DxComponentBase DevExpress.Blazor.Base.DxAsyncDisposableComponent DevExpress.Blazor.Base.DxDecoratedComponent DxComponent DxComponent<DevExpress.Blazor.Internal.JSInterop.PivotGridJSInteropProxy> DxControlComponent<DevExpress.Blazor.Internal.JSInterop.PivotGridJSInteropProxy> DxControlComponent<DevExpress.Blazor.Internal.JSInterop.PivotGridJSInteropProxy, PivotGridModelBase> DxPivotGrid DxPivotGrid<T>

See Also

DxPivotGrid Members

DevExpress.Blazor Namespace