blazor-devexpress-dot-blazor-f060e6b6.md
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
public abstract class DxPivotGrid :
DxControlComponent<PivotGridJSInteropProxy, PivotGridModelBase>,
IModelProvider<PivotGridFieldBase>,
IRequireSelfCascading,
IPivotGridJSInteropProxyServer,
IJSCallback
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.
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