Skip to main content
A newer version of this page is available. .

DxPivotGrid Class

Provides base API for classes that implement a pivot grid component.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Inheritance

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