Back to Devexpress

PivotTableVirtualScrollingMode Enum

blazor-devexpress-dot-blazor-dot-pivottable-4709ab27.md

latest1.6 KB
Original Source

PivotTableVirtualScrollingMode Enum

Lists virtual scrolling modes for the Pivot Table.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public enum PivotTableVirtualScrollingMode

Members

NameDescription
Default

Both is used. Renders only visible rows and columns, loads additional data when users scroll vertically and horizontally.

| | Vertical |

Renders only visible rows, loads additional data when users scroll through rows (vertically).

| | Horizontal |

Renders only visible columns, loads additional data when users scroll through columns (horizontally).

| | Both |

Renders only visible rows and columns, loads additional data when users scroll vertically and horizontally.

|

The following properties accept/return PivotTableVirtualScrollingMode values:

Remarks

Refer to the VirtualScrollingMode property description for additional information and an example.

See Also

DevExpress.Blazor.PivotTable Namespace