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
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.
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
See Also