PivotTablePersistentLayoutEventArgs.Layout Property
Specifies the Pivot Table layout.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public PivotTablePersistentLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
PivotTablePersistentLayout | A PivotTablePersistentLayout object that stores the layout. |
Remarks
Refer to the PivotTablePersistentLayoutEventArgs class description for more information and an example.
See Also