Skip to main content
All docs
V25.1
  • PivotTablePersistentLayoutEventArgs.PivotTable Property

    Returns an object that defines Pivot Table API members (properties and methods).

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public IPivotTable PivotTable { get; }

    Property Value

    Type Description
    IPivotTable

    An object that implements the IPivotTable interface.

    Remarks

    Refer to the PivotTablePersistentLayoutEventArgs class description for more information and an example.

    See Also