Back to Devexpress

PivotTablePersistentLayoutEventArgs.PivotTable Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayouteventargs.md

latest1.2 KB
Original Source

PivotTablePersistentLayoutEventArgs.PivotTable Property

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

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public IPivotTable PivotTable { get; }

Property Value

TypeDescription
IPivotTable

An object that implements the IPivotTable interface.

|

Remarks

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

See Also

PivotTablePersistentLayoutEventArgs Class

PivotTablePersistentLayoutEventArgs Members

DevExpress.Blazor.PivotTable Namespace